about summary refs log tree commit diff
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-05-15 20:11:53 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:23 -0500
commit3b6f8ddacc90407044e6f29fa47ccc704254d153 (patch)
tree93ca9145bc6d22099afc4c7c583e9cd39325f424
parentc961429dc2895ba10f9498496e1d2d252d28df4d (diff)
Strings, Moderation: Replace "blocked domain" with "changed policy for" (re: commit 6eaf72).
-rw-r--r--config/locales/en.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 47b71893d..c724bb09d 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -202,11 +202,11 @@ en:
         confirm_user: "%{name} confirmed e-mail address of creature %{target}"
         create_account_warning: "%{name} sent a warning to %{target}"
         create_custom_emoji: "%{name} uploaded new emoji %{target}"
-        create_domain_block: "%{name} blocked domain %{target}"
+        create_domain_block: "%{name} changed policy for %{target}"
         create_email_domain_block: "%{name} blacklisted e-mail domain %{target}"
         demote_user: "%{name} demoted creature %{target}"
         destroy_custom_emoji: "%{name} destroyed emoji %{target}"
-        destroy_domain_block: "%{name} unblocked domain %{target}"
+        destroy_domain_block: "%{name} reset policy for %{target}"
         destroy_email_domain_block: "%{name} whitelisted e-mail domain %{target}"
         destroy_status: "%{name} removed roar by %{target}"
         disable_2fa_user: "%{name} disabled two factor requirement for creature %{target}"