about summary refs log tree commit diff
path: root/app/views/accounts/show.html.haml
diff options
context:
space:
mode:
authorM Somerville <dracos@users.noreply.github.com>2018-08-26 20:30:53 +0100
committerEugen Rochko <eugen@zeonfederated.com>2018-08-26 21:30:53 +0200
commitb31449cd778f9a8639427929f060dee44646bc7d (patch)
treeb2891ab1f8c1063c3efda0607bf78a5e12f189fb /app/views/accounts/show.html.haml
parentf3a12ddfd0b5b9379c7cfe4229697765851f4738 (diff)
Better singulars of account followers/toots. (#8471)
Diffstat (limited to 'app/views/accounts/show.html.haml')
-rw-r--r--app/views/accounts/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml
index e398fc29b..b825b82cb 100644
--- a/app/views/accounts/show.html.haml
+++ b/app/views/accounts/show.html.haml
@@ -29,7 +29,7 @@
       %data.p-name{ value: "#{@account.username} on #{site_hostname}" }/
 
       .account__section-headline
-        = active_link_to t('accounts.posts'), short_account_url(@account)
+        = active_link_to t('accounts.posts_tab_heading'), short_account_url(@account)
         = active_link_to t('accounts.posts_with_replies'), short_account_with_replies_url(@account)
         = active_link_to t('accounts.media'), short_account_media_url(@account)