From 5f42ff9058cb4fb1379fe5c8afd371fc37b628cc Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 11:30:40 +0300 Subject: ei-bell --- src/main/resources/templates/views/partial/usercolumn.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/templates/views/partial/usercolumn.html') diff --git a/src/main/resources/templates/views/partial/usercolumn.html b/src/main/resources/templates/views/partial/usercolumn.html index cc485ae4..3e51644b 100644 --- a/src/main/resources/templates/views/partial/usercolumn.html +++ b/src/main/resources/templates/views/partial/usercolumn.html @@ -44,7 +44,7 @@ {% if visitor is not empty and visitor.uid == user.uid %}
  • {{ i18n("messages","link.my") }}
  • {{ i18n("messages","link.privateMessages") }}
  • -
  • {{ i18n("messages","link.discuss") }}
  • +
  • {{ i18n("messages","link.discuss") }}
  • {% endif %}
  • {{ i18n("messages","blog.recommendations") }}
  • {{ i18n("messages","blog.photos") }}
  • -- cgit v1.2.3