From 92cb9dc93e2b9da51ed12a6faa34fd03e1f836b4 Mon Sep 17 00:00:00 2001 From: Logan Symons Date: Thu, 7 Jul 2022 22:58:40 +0000 Subject: [PATCH] Bug 30767: Changes word "issue" to "item" Please test and confirm terminology is now correct. Was unable to test without steps to reproduce. Sponsored-by: Catalyst IT Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cb35d1e92c1237b2e58f840288e8f1a3ddc35e54) Signed-off-by: Lucas Gass (cherry picked from commit 11079acae73fa10c18d93e6f81752d8033567903) Signed-off-by: Arthur Suzuki --- .../intranet-tmpl/prog/en/modules/tools/preview_letter.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt index 1b9013fe11..e6720e6dda 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt @@ -10,8 +10,8 @@ [% SWITCH m.code %] [% CASE 'no_data_for_preview' %]You did not specify data for preview. [% CASE 'preview_not_available' %]Preview is not available for letters '[% m.letter_code | html %]'. - [% CASE 'not_checked_in_yet' %]Do not forget that the issue has not been checked in yet. - [% CASE 'not_checked_out_yet' %]Do not forget that the issue has not been checked out yet. + [% CASE 'not_checked_in_yet' %]Do not forget that the item has not been checked in yet. + [% CASE 'not_checked_out_yet' %]Do not forget that the item has not been checked out yet. [% CASE 'no_checkout' %]This item is not checked out. [% CASE 'no_item_or_no_patron' %]The item or the patron does not exist. [% CASE 'no_hold' %]No hold is placed by this patron on this bibliographic record. -- 2.39.2