Selaa lähdekoodia

Update list.html

Add _() to More Button, to translate the button.
version-14
ci2014 8 vuotta sitten
committed by GitHub
vanhempi
commit
3d7d8044b0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      frappe/templates/includes/list/list.html

+ 1
- 1
frappe/templates/includes/list/list.html Näytä tiedosto

@@ -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 %}

Ladataan…
Peruuta
Tallenna