From 74c3d8ab382f879fd0cae4158893ae40bc0e1009 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 25 Oct 2017 23:57:15 +0300 Subject: www: i18n 'share' --- juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src/main/webapp/WEB-INF/views/thread.html') 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 %} {% endif %} -  Share +  {{ i18n("messages","message.share") }} {% if visitor.uid > 0 %} {% if visitor.uid != msg.user.uid %} {% if visitorSubscribed %} -- cgit v1.2.3