summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorNick Frazier <nrflaw@gmail.com>2016-12-06 18:49:36 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-12-06 18:49:36 -0500
commited15f10b7952e1143b49621dd978a2175435cbd0 (patch)
tree7a49b099de69f3257dbf548066884db8dc71ffb2 /webapp/i18n
parent3ea49822b3dce879e7ca4dd878d40a17f82f528c (diff)
downloadchat-ed15f10b7952e1143b49621dd978a2175435cbd0.tar.gz
chat-ed15f10b7952e1143b49621dd978a2175435cbd0.tar.bz2
chat-ed15f10b7952e1143b49621dd978a2175435cbd0.zip
[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
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json1
1 files changed, 1 insertions, 0 deletions
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": "<h4>Sending Messages</h4><p>Type here to write a message and press <strong>ENTER</strong> to post it.</p><p>Click the <strong>Attachment</strong> button to upload an image or a file.</p>",