From 2e8906169bec4d3885e8efd43627858cc12758ec Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 15 Jan 2016 15:49:10 +0000 Subject: [PATCH] Bug 15573 [QA Followup] - Tweak wording Based on JS4 of the coding guidelines, it seems improper embed the count in the middle of this string. I think this working may be more correct. Signed-off-by: Kyle M Hall Signed-off-by: Brendan A Gallagher --- .../intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt index 044d00c999..05d3ca7fdd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt @@ -179,7 +179,7 @@ [% IF ( duplicate_message ) %]
- Duplicates removed from batch number [% batch_id %]: [% duplicate_count %] patron(s) + Duplicate patrons removed from batch number [% batch_id %]: [% duplicate_count %]
[% END %] -- 2.39.2