Browse Source

Fix locale key for account card (#2866)

closed-social-glitch-2
Yamagishi Kazutoshi 7 years ago
committed by Eugen Rochko
parent
commit
6c678b7472
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/views/admin/accounts/_card.html.haml

+ 2
- 2
app/views/admin/accounts/_card.html.haml View File

@ -11,6 +11,6 @@
%td= t('admin.accounts.moderation.title')
%td
- if account.silenced?
%p= t('admin.moderation.silenced')
%p= t('admin.accounts.moderation.silenced')
- if account.suspended?
%p= t('admin.moderation.suspended')
%p= t('admin.accounts.moderation.suspended')

Loading…
Cancel
Save