diff options
author | ThibG <thib@sitedethib.com> | 2019-11-10 23:05:15 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-11-11 00:05:15 +0200 |
commit | a2014830c2a015432702edc0c7a8adef6aaa531c (patch) | |
tree | b9ca9c23f467c272c3a50781c63c965d4766aa46 /config | |
parent | 0d6da8892a675962f8e7fe1f1edc960c4a0ce36d (diff) |
Fix broken admin audit log in whitelist mode (#12303)
Diffstat (limited to 'config')
-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 38fe1a382..531036a63 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -203,10 +203,12 @@ en: confirm_user: "%{name} confirmed e-mail address of user %{target}" create_account_warning: "%{name} sent a warning to %{target}" create_custom_emoji: "%{name} uploaded new emoji %{target}" + create_domain_allow: "%{name} whitelisted domain %{target}" create_domain_block: "%{name} blocked domain %{target}" create_email_domain_block: "%{name} blacklisted e-mail domain %{target}" demote_user: "%{name} demoted user %{target}" destroy_custom_emoji: "%{name} destroyed emoji %{target}" + destroy_domain_allow: "%{name} removed domain %{target} from whitelist" destroy_domain_block: "%{name} unblocked domain %{target}" destroy_email_domain_block: "%{name} whitelisted e-mail domain %{target}" destroy_status: "%{name} removed status by %{target}" |