diff options
author | Vitaly Takmazov | 2017-10-25 23:57:15 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-25 23:57:15 +0300 |
commit | 74c3d8ab382f879fd0cae4158893ae40bc0e1009 (patch) | |
tree | ad2b95214a9cc86272470784aa3c373737512975 /juick-www/src/main/webapp/WEB-INF/views/thread.html | |
parent | b2ce016fa7a5462fa57bf670a01fb77596a3ab43 (diff) |
www: i18n 'share'
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/thread.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index 1202b620..747d7959 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -48,7 +48,7 @@ {% if msg.Likes > 0 %} ({{ msg.Likes }}){% endif %} </a> {% endif %} - <a href="#" class="msg-menu"><i data-icon="ei-link" data-size="s"></i> Share</a> + <a href="#" class="msg-menu"><i data-icon="ei-link" data-size="s"></i> {{ i18n("messages","message.share") }}</a> {% if visitor.uid > 0 %} {% if visitor.uid != msg.user.uid %} {% if visitorSubscribed %} |