From 2fe88787492077af294ee82a8775304f655c8805 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 30 May 2018 10:48:04 -0400 Subject: MM-9547 Added config setting to control url autolinking schemes (#8862) * MM-9547 Added config setting to control autolinking schemes * Renamed AutolinkingSchemes to CustomUrlSchemes --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 4a9532ca3..fb6d5eeb1 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4950,6 +4950,10 @@ "id": "model.config.is_valid.data_retention.message_retention_days_too_low.app_error", "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" -- cgit v1.2.3-1-g7c22