]> cat aescling's git repositories - mastodon.git/commitdiff
Address unused translation errors.
authorDavid Yip <yipdw@member.fsf.org>
Sun, 22 Oct 2017 06:05:56 +0000 (01:05 -0500)
committerDavid Yip <yipdw@member.fsf.org>
Sun, 22 Oct 2017 06:05:56 +0000 (01:05 -0500)
app/views/settings/keyword_mutes/_keyword_mute.html.haml
config/locales/en.yml

index 7e191d79b7f55142a0328d5979c62f3def93877b..c45cc64fbffddb4619ebe6391352fc5f43b86ddf 100644 (file)
@@ -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') }
index 22aa29be35c5bffbc751326c4d7b80bb220a9bba..7d46df3278b67aeb9db4a7b8defa6197eb7816f3 100644 (file)
@@ -375,11 +375,11 @@ en:
     upload: Upload
   keyword_mutes:
     add_keyword: Add keyword
-    delete: Delete
     edit: Edit
     edit_keyword: Edit keyword
     keyword: Keyword
     match_whole_word: Match whole word
+    remove: Remove
     remove_all: Remove all
   landing_strip_html: "<strong>%{name}</strong> is a user on %{link_to_root_path}. You can follow them or interact with them if you have an account anywhere in the fediverse."
   landing_strip_signup_html: If you don't, you can <a href="%{sign_up_path}">sign up here</a>.
This page took 0.032984 seconds and 3 git commands to generate.