diff options
author | ThibG <thib@sitedethib.com> | 2018-08-16 20:05:26 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-16 20:05:26 +0200 |
commit | 106fa28a00ae9b336c05a25b800b9897bd61820d (patch) | |
tree | 137e1392381f1fe5ec4eeeada7d35807fa7e64c1 /config | |
parent | c98681c358c1f32f044992d2fe97f2e7843c83d1 (diff) |
Prevent actions log from crashing when displaying deleted status (fixes #8133) (#8219)
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 9c2800433..cc24a02cf 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -184,6 +184,7 @@ en: unsuspend_account: "%{name} unsuspended %{target}'s account" update_custom_emoji: "%{name} updated emoji %{target}" update_status: "%{name} updated status by %{target}" + deleted_status: "(deleted status)" title: Audit log custom_emojis: by_domain: Domain |