From e7c58dcba3a593bc9112f18fa59d6292939c79f9 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 19 Aug 2019 10:15:50 -0400 Subject: [PATCH] MM-17492 Update error message for CustomURLSchemes setting (#11895) --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index dbc99b2e2c..b855420e6e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4464,7 +4464,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 and hyphen (-)." + "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",