diff options
author | David Yip <yipdw@member.fsf.org> | 2017-10-22 01:05:56 -0500 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2017-10-22 01:05:56 -0500 |
commit | 1a60445a5fa8208b54afaedf5e5796fb2ac0a80a (patch) | |
tree | 2b77abc51b6a40d40d245023ac87cec3edc61123 /app/views/settings | |
parent | 4c84513e0438577c84567e2a9f406448b81237f9 (diff) |
Address unused translation errors.
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/keyword_mutes/_keyword_mute.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/settings/keyword_mutes/_keyword_mute.html.haml b/app/views/settings/keyword_mutes/_keyword_mute.html.haml index 7e191d79b..c45cc64fb 100644 --- a/app/views/settings/keyword_mutes/_keyword_mute.html.haml +++ b/app/views/settings/keyword_mutes/_keyword_mute.html.haml @@ -5,6 +5,6 @@ - if keyword_mute.whole_word %i.fa.fa-check %td - = table_link_to 'edit', t('settings.keyword_mutes.edit'), edit_settings_keyword_mute_path(keyword_mute) + = table_link_to 'edit', t('keyword_mutes.edit'), edit_settings_keyword_mute_path(keyword_mute) %td - = table_link_to 'times', t('settings.keyword_mutes.delete'), settings_keyword_mute_path(keyword_mute), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') } + = table_link_to 'times', t('keyword_mutes.remove'), settings_keyword_mute_path(keyword_mute), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') } |