From 7645fb85cb5bd74ef95283f36ea40f9bbea4d957 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Fri, 22 Nov 2024 17:35:04 +0100 Subject: [PATCH] minor textual --- issues/templates/issues/issue_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/templates/issues/issue_list.html b/issues/templates/issues/issue_list.html index 716ced0..2fe4f40 100644 --- a/issues/templates/issues/issue_list.html +++ b/issues/templates/issues/issue_list.html @@ -12,7 +12,7 @@ {% if unapplied_issue_ids %}
- The chosen action is not applicable to all selected issues. Issues for which it has not been applied have been left with checkboxes 'on' so that you can try again with another action. + The chosen action is not applicable to all selected issues. Issues for which it has not been applied have been left with checkboxes checked so that you can try again with another action.
{% endif %}