diff options
author | ThibG <thib@sitedethib.com> | 2019-11-10 23:05:15 +0100 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-21 01:24:25 -0600 |
commit | 99076be1ba2e583450f78a7a0ec965c3034a3aab (patch) | |
tree | a108ad2c64f7d4f1ea2448af672dd1ef586e59f0 /config/locales | |
parent | e5bb8b27e96a3a803aa5b6eda783908e5d49c341 (diff) |
port tootsuite#12303 to monsterfork: Fix broken admin audit log in whitelist mode
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 27d05800a..848f3395c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -219,10 +219,12 @@ en: create_account_warning: "%{name} sent a warning to %{target}" create_custom_emoji: "%{name} uploaded new emoji %{target}" create_domain_block: "%{name} added or changed policy for %{target}" + create_domain_allow: "%{name} whitelisted domain %{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} reset policy for %{target}" + destroy_domain_allow: "%{name} removed domain %{target} from whitelist" 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}" |