Explorar el Código

Add translated text

Polycapa hace 7 años
padre
commit
80a5463ad3
Se han modificado 1 ficheros con 1 adiciones y 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">
+                <img class="img-responsive img-circle" src="{{ user_image.big }}" alt="{{ 'Avatar' | get_lang }}">
             </a>
         {% endif %}
     </div>