diff options
author | Starfall <root@starfall.blue> | 2019-12-29 17:53:54 -0600 |
---|---|---|
committer | Starfall <root@starfall.blue> | 2019-12-29 17:53:54 -0600 |
commit | c0c9529df269816f52915a9802e5e30fbce9576b (patch) | |
tree | 077a7a12c69b18dafd3db3226f4beac477d0f49f /app/views/admin/reports/index.html.haml | |
parent | 9ee65e89d547ae4a5bc0a5bdb59316ba5c061cfd (diff) | |
parent | 22daf24600d8e99e4569740ee5836d25c70c1e8b (diff) |
Merge branch 'glitch'
Diffstat (limited to 'app/views/admin/reports/index.html.haml')
-rw-r--r-- | app/views/admin/reports/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/reports/index.html.haml b/app/views/admin/reports/index.html.haml index b09472270..30c7549b0 100644 --- a/app/views/admin/reports/index.html.haml +++ b/app/views/admin/reports/index.html.haml @@ -28,7 +28,7 @@ .report-card__profile = account_link_to target_account, '', size: 36, path: admin_account_path(target_account.id) .report-card__profile__stats - = link_to pluralize(target_account.targeted_moderation_notes.count, t('admin.reports.account.note')), admin_account_path(target_account.id) + = link_to t('admin.reports.account.notes', count: target_account.targeted_moderation_notes.count), admin_account_path(target_account.id) %br/ - if target_account.suspended? %span.red= t('admin.accounts.suspended') |