logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6c678b7472408659faf1b02aa70908b371677a1c
parent: bfbfaf9f9fbfe8e7bd9126eb664472569c044ff7
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sun,  7 May 2017 10:09:58 +0900

Fix locale key for account card (#2866)


Diffstat:

Mapp/views/admin/accounts/_card.html.haml4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/admin/accounts/_card.html.haml b/app/views/admin/accounts/_card.html.haml @@ -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')