Change column name (Delete Submission to Actions)

pull/1528/head
hanpama 2015-08-16 23:11:45 +09:00
rodzic de3d22b8da
commit 7a82bc2d94
1 zmienionych plików z 1 dodań i 1 usunięć
wagtail/wagtailforms/templates/wagtailforms

Wyświetl plik

@ -10,7 +10,7 @@
{% for heading in data_headings %}
<th>{{ heading }}</th>
{% endfor %}
<th>{% trans "Delete Submission" %}</th>
<th>{% trans "Actions" %}</th>
</tr>
</thead>
<tbody>