From 802236e19d93643cea28d371a6eefff04181edb4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 24 Jun 2022 13:55:54 +0000 Subject: [PATCH] Bug 28854: (follow-up) Fix typo in templates and test plan * aready > already * 61 > 62 Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index cb64e8e6e3..ce4334c88d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1785,7 +1785,7 @@ Note that permanent location is a code, and location may be an authval. if ( data.status === 409 ) { var response = data.responseJSON; if ( response.key === "PRIMARY" ) { - $('#addResult').replaceWith('
'+_("Warning: Item '%s' aready attached").format(barcode)+'
'); + $('#addResult').replaceWith('
'+_("Warning: Item '%s' already attached").format(barcode)+'
'); } else { $('#addResult').replaceWith('
'+_("Failure: Item '%s' belongs to another bundle").format(barcode)+'
'); } -- 2.20.1