Skip to content

Commit

Permalink
Fix endorsed page title
Browse files Browse the repository at this point in the history
  • Loading branch information
noellabo committed Apr 3, 2019
1 parent 08b61c3 commit adbc433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/endorsement_accounts/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- content_for :page_title do
= t('accounts.people_followed_by', name: display_name(@account))
= t('accounts.people_endorsed_by', name: display_name(@account))

- content_for :header_tags do
%meta{ name: 'robots', content: 'noindex' }/
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ en:
network_hidden: This information is not available
nothing_here: There is nothing here!
people_followed_by: People whom %{name} follows
people_endorsed_by: People whom %{name} endorsed
people_who_follow: People who follow %{name}
pin_errors:
following: You must be already following the person you want to endorse
Expand Down

0 comments on commit adbc433

Please sign in to comment.