summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-10-25 08:52:50 -0400
committerGitHub <noreply@github.com>2017-10-25 08:52:50 -0400
commit1d968eb55eae7f0f6db087c9e8466b11800b888a (patch)
tree5561d7cda13278d217d7b5b19c2ec991819a0f97 /i18n
parent5474cff0ebab8c42f1b0750ac054a8c762b43a37 (diff)
downloadchat-1d968eb55eae7f0f6db087c9e8466b11800b888a.tar.gz
chat-1d968eb55eae7f0f6db087c9e8466b11800b888a.tar.bz2
chat-1d968eb55eae7f0f6db087c9e8466b11800b888a.zip
PLT-7849 Add config setting to disable plugin uploads (#7666)
* Add config setting to disable plugin uploads * Update unit test
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 712aa0b23..f1400da0b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3489,7 +3489,11 @@
},
{
"id": "app.plugin.disabled.app_error",
- "translation": "Plugins have been disabled by the system admin or the server has not been restarted since they were enabled."
+ "translation": "Plugins have been disabled."
+ },
+ {
+ "id": "app.plugin.upload_disabled.app_error",
+ "translation": "Plugins and/or plugin uploads have been disabled."
},
{
"id": "app.plugin.extract.app_error",