PLT-7750: Improve the error messages for invalid data retention config. (#7533)

This commit is contained in:
George Goldberg
2017-09-28 17:34:03 +01:00
committed by GitHub
parent a06830b2f8
commit 6c73c14593

View File

@@ -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",