Explorar el Código

Update list.html

Add _() to More Button, to translate the button.
version-14
ci2014 hace 8 años
committed by GitHub
padre
commit
3d7d8044b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/templates/includes/list/list.html

+ 1
- 1
frappe/templates/includes/list/list.html Ver fichero

@@ -20,7 +20,7 @@
{% endfor %}
</div>
<div class="more-block {% if not show_more -%} hide {%- endif %}">
<button class="btn btn-default btn-more btn-sm">More</button>
<button class="btn btn-default btn-more btn-sm">{{ _("More") }}</button>
</div>
</div>
{%- endif %}

Cargando…
Cancelar
Guardar