aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/thread.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-10-25 23:57:15 +0300
committerGravatar Vitaly Takmazov2017-10-25 23:57:15 +0300
commit74c3d8ab382f879fd0cae4158893ae40bc0e1009 (patch)
treead2b95214a9cc86272470784aa3c373737512975 /juick-www/src/main/webapp/WEB-INF/views/thread.html
parentb2ce016fa7a5462fa57bf670a01fb77596a3ab43 (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.html2
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>&nbsp;Share</a>
+ <a href="#" class="msg-menu"><i data-icon="ei-link" data-size="s"></i>&nbsp;{{ i18n("messages","message.share") }}</a>
{% if visitor.uid > 0 %}
{% if visitor.uid != msg.user.uid %}
{% if visitorSubscribed %}