summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2018-05-30 10:48:04 -0400
committerGitHub <noreply@github.com>2018-05-30 10:48:04 -0400
commit2fe88787492077af294ee82a8775304f655c8805 (patch)
treebd119c4baf0d484ecb1df59f890b2190824364a6 /i18n/en.json
parent81852ab1911f9bc3234c35683bb5fae83b57d863 (diff)
downloadchat-2fe88787492077af294ee82a8775304f655c8805.tar.gz
chat-2fe88787492077af294ee82a8775304f655c8805.tar.bz2
chat-2fe88787492077af294ee82a8775304f655c8805.zip
MM-9547 Added config setting to control url autolinking schemes (#8862)
* MM-9547 Added config setting to control autolinking schemes * Renamed AutolinkingSchemes to CustomUrlSchemes
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 4a9532ca3..fb6d5eeb1 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4951,6 +4951,10 @@
"translation": "Message retention must be one day or longer."
},
{
+ "id": "model.config.is_valid.display.custom_url_schemes.app_error",
+ "translation": "The custom URL scheme {{.Scheme}} is invalid. Custom URL schemes must start with a letter and contain only letters, numbers, plus (+), period (.), and hyphen (-)."
+ },
+ {
"id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error",
"translation": "Elasticsearch AggregatePostsAfterDays setting must be a number greater than or equal to 1"
},