diff options
author | Vitaly Takmazov | 2017-08-21 09:45:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-08-21 09:47:42 +0300 |
commit | 2b2961b97422eec71c5453d1bd5e0e5b4ee5c433 (patch) | |
tree | 412e08fe73771ad29489ca21f0c92406d12a9587 /juick-www/src/main/webapp/WEB-INF/views | |
parent | e18151791d8aae71876c4755a02272f41d3a80a4 (diff) |
www: replies i18n
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views')
-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 906ddf1f..030e4688 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -91,7 +91,7 @@ <a href="?view=list" rel="nofollow">{{ i18n("messages","replies.showAsList") }}</a> {% endif %} </div> - <h2>Ответы ({{ replies.size() }})</h2> + <h2>{{ i18n("messages","reply.replies") }} ({{ replies.size() }})</h2> </div> <ul id="replies"> |