Add translation for Public Timeline title
This commit is contained in:
parent
6e61e0cabe
commit
d794a69729
|
@ -14,7 +14,7 @@ class TimelineController < ApplicationController
|
|||
end
|
||||
|
||||
def public
|
||||
@title = generate_title("Public Timeline")
|
||||
@title = generate_title(t(".title"))
|
||||
paginate_timeline { |args| Answer.cursored_public_timeline(**args) }
|
||||
end
|
||||
|
||||
|
|
|
@ -188,3 +188,6 @@ en:
|
|||
registrations:
|
||||
destroy:
|
||||
export_pending: "You may not delete your account while account data is currently being exported."
|
||||
timeline:
|
||||
public:
|
||||
title: "Public Timeline"
|
||||
|
|
Loading…
Reference in New Issue