summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2018-07-09 13:32:42 -0400
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-09 19:32:42 +0200
commit28449dd95ae2c550d49c021217518feeb582a5d9 (patch)
tree8aa1afc4d1078f5ed8a1463c160d5e941d961754 /i18n
parent8a02121767e696dac0727a9a064d6d504bc34787 (diff)
downloadchat-28449dd95ae2c550d49c021217518feeb582a5d9.tar.gz
chat-28449dd95ae2c550d49c021217518feeb582a5d9.tar.bz2
chat-28449dd95ae2c550d49c021217518feeb582a5d9.zip
Update custom url schemes error message to reflect what we actually support (#9061)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 730fc2b63..d8a059175 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3784,7 +3784,7 @@
},
{
"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 (-)."
+ "translation": "The custom URL scheme {{.Scheme}} is invalid. Custom URL schemes must start with a letter and contain only letters, numbers and hyphen (-)."
},
{
"id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error",