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/partial/message.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'juick-www/src/main/webapp/WEB-INF/views/partial')
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html
index 9ef70f3b..5950ac7d 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html
@@ -47,7 +47,7 @@
{% if msg.Replies > 0 %} ({{ msg.Replies }}){% endif %}
{% elseif visitor.uid == 0 and not msg.ReadOnly %}
@@ -55,7 +55,7 @@
{% if msg.Replies > 0 %} ({{ msg.Replies }}){% endif %}
{% endif %}
{% if msg.FriendsOnly %}
--
cgit v1.2.3