Skip to content

Commit f422a6b

Browse files
Added All word to warning statement for plural abtests
1 parent 7332bf9 commit f422a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wagtail_ab_testing/templates/wagtail_ab_testing/confirm_delete_ab_tests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% blocktrans count counter=ab_tests_count %}
1111
1 A/B test associated with this page will be permanently deleted.
1212
{% plural %}
13-
{{ counter }} A/B tests associated with this page will be permanently deleted.
13+
All {{ counter }} A/B tests associated with this page will be permanently deleted.
1414
{% endblocktrans %}
1515
</p>
1616
<table class="listing">

0 commit comments

Comments
 (0)