From ed15f10b7952e1143b49621dd978a2175435cbd0 Mon Sep 17 00:00:00 2001 From: Nick Frazier Date: Tue, 6 Dec 2016 18:49:36 -0500 Subject: [PLT-4318] Display a message when post is over 4000 characters (#4687) * test changes * added functionality * css updates * additional css updates * i18n updates * textbox cleanup * var naming tweak * replaced jQuery with React-based UI changes --- webapp/i18n/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/i18n') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index baad18f95..e6650fe22 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1139,6 +1139,7 @@ "create_comment.file": "File uploading", "create_comment.files": "Files uploading", "create_post.comment": "Comment", + "create_post.error_message": "Your message is too long. Character count: {length}/{limit}", "create_post.post": "Post", "create_post.shortcutsNotSupported": "Keyboard shortcuts are not supported on your device.", "create_post.tutorialTip": "

Sending Messages

Type here to write a message and press ENTER to post it.

Click the Attachment button to upload an image or a file.

", -- cgit v1.2.3-1-g7c22