From f36b66fb9aa5e11e6ea8875fc6f1658a55973f7e Mon Sep 17 00:00:00 2001 From: Jason Blais <13119842+jasonblais@users.noreply.github.com> Date: Thu, 3 Jan 2019 10:26:34 -0500 Subject: [PATCH] MM-13559 Update model.post.is_valid.file_ids.app_error text per report (#10055) Ticket: https://mattermost.atlassian.net/browse/MM-13559 Report: https://github.com/mattermost/mattermost-server/issues/10023 --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index 7275910878..faab739335 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4636,7 +4636,7 @@ }, { "id": "model.post.is_valid.file_ids.app_error", - "translation": "Invalid file ids" + "translation": "Invalid file ids. Note that uploads are limited to 5 files maximum. Please use additional posts for more files." }, { "id": "model.post.is_valid.filenames.app_error",