Explorar o código

Update twig

- Replace Avatar with UserPicture
- Remove space before and after operator |
Polycapa %!s(int64=7) %!d(string=hai) anos
pai
achega
554ddecdd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main/template/default/social/avatar_block.tpl

+ 1 - 1
main/template/default/social/avatar_block.tpl

@@ -18,7 +18,7 @@
             </div>
         {% elseif show_user %}
             <a href="{{ user_image.big }}" class="expand-image">
-                <img class="img-responsive img-circle" src="{{ user_image.big }}" alt="{{ 'Avatar' | get_lang }}">
+                <img class="img-responsive img-circle" src="{{ user_image.big }}" alt="{{ 'UserPicture'|get_lang }}">
             </a>
         {% endif %}
     </div>