mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-12-22 05:08:03 +00:00
Fix locale key for account card (#2866)
This commit is contained in:
parent
bfbfaf9f9f
commit
6c678b7472
|
@ -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…
Reference in a new issue