From 8fa9a684c8a06bed7235f58f79af2d88da13fede Mon Sep 17 00:00:00 2001 From: KillyMXI Date: Sun, 20 Aug 2017 18:15:09 +0300 Subject: www: i18n --- juick-www/src/main/webapp/WEB-INF/views/macros/tree.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juick-www/src/main/webapp/WEB-INF/views/macros') diff --git a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html index b20e99fd..a5966e2b 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html +++ b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html @@ -37,13 +37,13 @@ {% endif %} + · {{ i18n("messages","reply.reply") }} {% elseif visitor.uid == 0 %} - · Ответить + · {{ i18n("messages","reply.reply") }} {% endif %} {% if level == 0 and msg.childsCount > 1 and replies.size() > 10 %} -- cgit v1.2.3