Submit button on copy page should not say 'yes', because the form is not presented as an 'are you sure?' confirmation message

pull/380/head
Matt Westcott 2014-08-01 15:40:34 +01:00
rodzic b5f63d13b1
commit 37b8f22c4b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@
{% endif %}
</ul>
<input type="submit" value="{% trans 'Yes, copy this page' %}">
<input type="submit" value="{% trans 'Copy this page' %}">
</form>
</div>
{% endblock %}