diff options
author | KillyMXI | 2017-08-20 18:15:09 +0300 |
---|---|---|
committer | KillyMXI | 2017-08-20 18:15:09 +0300 |
commit | 8fa9a684c8a06bed7235f58f79af2d88da13fede (patch) | |
tree | 9fc35b94e23c90540e79272235b9900c6b9e3236 /juick-www/src/main/static | |
parent | 0bcb1e9529e6456db67a91eb2c699e26b5bbe42e (diff) |
www: i18n
Diffstat (limited to 'juick-www/src/main/static')
-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 39d57118..0254c5f1 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -53,7 +53,7 @@ const translations = { 'message.reply': 'Reply', 'message.likeThisMessage?': 'Recommend this message?', 'postForm.pleaseInputMessageText': 'Please input message text', - //'postForm.upload': 'upload', + 'postForm.upload': 'Upload', 'comment.writeComment': 'Write a comment...', 'shareDialog.linkToMessage': 'Link to message', 'shareDialog.messageNumber': 'Message number', |