diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-14 17:34:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 17:34:53 +0100 |
commit | 80c4db160ecfd201cb82ed320cbe3eb32236ad20 (patch) | |
tree | 2121840d15230e64af66761ac62b1e65938e211b /config | |
parent | 76d6fe63c3a4a68bb26eb8eeea35e52207e35cbc (diff) |
Fix blank screen when trying to copy emoji with a too large file size (#1718)
Fixes #1714
Diffstat (limited to 'config')
-rw-r--r-- | config/locales-glitch/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales-glitch/en.yml b/config/locales-glitch/en.yml index 7fd0683c9..3b554f4a2 100644 --- a/config/locales-glitch/en.yml +++ b/config/locales-glitch/en.yml @@ -1,6 +1,9 @@ --- en: admin: + custom_emojis: + batch_copy_error: 'An error occurred when copying some of the selected emoji: %{message}' + batch_error: 'An error occurred: %{message}' settings: captcha_enabled: desc_html: This relies on external scripts from hCaptcha, which may be a security and privacy concern. In addition, <strong>this can make the registration process significantly less accessible to some (especially disabled) people</strong>. For these reasons, please consider alternative measures such as approval-based or invite-based registration.<br>Users that have been invited through a limited-use invite will not need to solve a CAPTCHA |