summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-03-31 10:08:20 -0400
committerJoramWilander <jwawilander@gmail.com>2016-03-31 10:08:20 -0400
commitc27f7006703965638fd02f05a418bd5981b2da6c (patch)
treef599b867fac50a07a747bb21a453b81bfaa5704e /i18n
parentc8b2af62468c5d0906ba08d3e2a378681f99eb08 (diff)
downloadchat-c27f7006703965638fd02f05a418bd5981b2da6c.tar.gz
chat-c27f7006703965638fd02f05a418bd5981b2da6c.tar.bz2
chat-c27f7006703965638fd02f05a418bd5981b2da6c.zip
Disable previously created public links with the config setting
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 40bce082c..7dcc351f1 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -476,6 +476,10 @@
"translation": "Could not find file."
},
{
+ "id": "api.file.get_file.public_disabled.app_error",
+ "translation": "Public links have been disabled by the system administrator"
+ },
+ {
"id": "api.file.get_file.public_invalid.app_error",
"translation": "The public link does not appear to be valid"
},