diff options
Diffstat (limited to 'app/views/accounts/following.html.haml')
-rw-r--r-- | app/views/accounts/following.html.haml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/accounts/following.html.haml b/app/views/accounts/following.html.haml index 95843f64d..370cd6c48 100644 --- a/app/views/accounts/following.html.haml +++ b/app/views/accounts/following.html.haml @@ -1,7 +1,5 @@ - content_for :page_title do - People whom - = display_name(@account) - follows + = t('accounts.people_followed_by', name: display_name(@account)) = render partial: 'header' |