Skip to content

Commit 8e3f825

Browse files
committed
Don't capitalize verb
1 parent fbd11bf commit 8e3f825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wagtail_ab_testing/templates/wagtail_ab_testing/delete_ab_tests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<form method="POST">
7171
{% csrf_token %}
7272
<input type="submit" value="{% trans 'Yes, delete A/B tests' %}" class="button serious">
73-
<a href="{% url 'wagtailadmin_explore' page.get_parent.id %}" class="button button-secondary">{% trans "No, don't Delete" %}</a>
73+
<a href="{% url 'wagtailadmin_explore' page.get_parent.id %}" class="button button-secondary">{% trans "No, don't delete" %}</a>
7474
</form>
7575
</div>
7676
{% endblock %}

0 commit comments

Comments
 (0)