Browse Source

wording identifiant translation.

bastien 13 years ago
parent
commit
f767eb8e4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig

+ 1 - 1
src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig View File

15
       {% if following %}
15
       {% if following %}
16
         {{ 'user.notfollow'|trans({}, 'users') }}
16
         {{ 'user.notfollow'|trans({}, 'users') }}
17
       {% else %}
17
       {% else %}
18
-        {{ 'users.follow'|trans({}, 'users') }}
18
+        {{ 'user.follow'|trans({}, 'users') }}
19
       {% endif %}
19
       {% endif %}
20
     </a>
20
     </a>
21
     
21