diff options
author | ThibG <thib@sitedethib.com> | 2020-06-05 15:23:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 15:23:27 +0200 |
commit | bf6745b9c326e64b819a381a0558cc87c99be4be (patch) | |
tree | 1502504967828c16117431d8f37bedb8143c8532 /config/locales | |
parent | aed3a436a2dbef40096ec8596cec08e185efe936 (diff) |
Fix unpermitted operations on custom emojis leading to cryptic errors (#13951)
* Display appropriate error when performing unpermitted operation on custom emoji Fixes #13897 * Remove links to custom emoji actions not performable by moderators
Diffstat (limited to 'config/locales')
-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 be29286f3..20d87057f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -309,6 +309,7 @@ en: listed: Listed new: title: Add new custom emoji + not_permitted: You are not permitted to perform this action overwrite: Overwrite shortcode: Shortcode shortcode_hint: At least 2 characters, only alphanumeric characters and underscores |