diff options
author | KillyMXI | 2017-07-17 17:12:30 +0300 |
---|---|---|
committer | KillyMXI | 2017-07-17 17:12:30 +0300 |
commit | 2a0add45390f579396d464764c634d0289d41c7e (patch) | |
tree | f47b8092f4977a35e0b9ea4e64eefc822a3a46e8 | |
parent | 37afaeffc31c4dd5f79a5984aa654fe46b75d50e (diff) |
www: missing article
-rw-r--r-- | juick-www/src/main/static/scripts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js index 4f2586ee..c9be85dd 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -54,7 +54,7 @@ const translations = { 'message.likeThisMessage?': 'Recommend this message?', 'postForm.pleaseInputMessageText': 'Please input message text', //'postForm.upload': 'upload', - 'comment.writeComment': 'Write comment...', + 'comment.writeComment': 'Write a comment...', 'shareDialog.linkToMessage': 'Link to message', 'shareDialog.messageNumber': 'Message number', 'shareDialog.share': 'Share', |