diff options
author | Vitaly Takmazov | 2018-04-21 17:01:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-21 17:01:40 +0300 |
commit | 9cb64da672389d5eb7d73a1635bafddb857ed8dd (patch) | |
tree | 938116f4b1d8fe67626fd6f88916323a686773c0 /juick-www/src/main/resources/templates/views/partial | |
parent | dec5c3cdac635b4787e17771071f00b81053cec1 (diff) |
www: Trends
Diffstat (limited to 'juick-www/src/main/resources/templates/views/partial')
-rw-r--r-- | juick-www/src/main/resources/templates/views/partial/homecolumn.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/resources/templates/views/partial/homecolumn.html b/juick-www/src/main/resources/templates/views/partial/homecolumn.html index badb726e..64dd9cbd 100644 --- a/juick-www/src/main/resources/templates/views/partial/homecolumn.html +++ b/juick-www/src/main/resources/templates/views/partial/homecolumn.html @@ -16,7 +16,7 @@ </li> </ul> <div class="tags"> - <h4>Темы</h4> + <h4>{{ i18n("messages","link.trends") }}</h4> {% include "views/partial/tags" %} {% if showAdv | default(false) %} <h4>Наши друзья</h4> |