summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-09-28 17:34:03 +0100
committerGitHub <noreply@github.com>2017-09-28 17:34:03 +0100
commit6c73c1459316a0d4c50a5a8bd17b8aee91cdc841 (patch)
treedcdab4d05fb0a4c7fa51ba6b699f4231f4a9f491 /i18n
parenta06830b2f88a8d374c326a1191870cbc7cf7dac2 (diff)
downloadchat-6c73c1459316a0d4c50a5a8bd17b8aee91cdc841.tar.gz
chat-6c73c1459316a0d4c50a5a8bd17b8aee91cdc841.tar.bz2
chat-6c73c1459316a0d4c50a5a8bd17b8aee91cdc841.zip
PLT-7750: Improve the error messages for invalid data retention config. (#7533)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 910f6adab..bfbb18ea9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4369,15 +4369,15 @@
},
{
"id": "model.config.is_valid.data_retention.deletion_job_start_time.app_error",
- "translation": "DataRetention DeletionJobStartTime setting must be set to a time in the format \"hh:mm\""
+ "translation": "Data retention job start time must be a 24-hour time stamp in the form HH:MM."
},
{
"id": "model.config.is_valid.data_retention.file_retention_days_too_low.app_error",
- "translation": "DataRetention FileRetentionDays setting must be at least 1"
+ "translation": "File retention must be one day or longer."
},
{
"id": "model.config.is_valid.data_retention.message_retention_days_too_low.app_error",
- "translation": "DataRetention MessageRetentionDays setting must be at least 1"
+ "translation": "Message retention must be one day or longer."
},
{
"id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error",