Преглед изворни кода

Update list.html

Add _() to More Button, to translate the button.
version-14
ci2014 пре 8 година
committed by GitHub
родитељ
комит
3d7d8044b0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      frappe/templates/includes/list/list.html

+ 1
- 1
frappe/templates/includes/list/list.html Прегледај датотеку

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

Loading…
Откажи
Сачувај