From 01422fd0ae1a355e97f914a5f221784f537ce39c 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 --- koha-tmpl/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 9f5bd5b628..fb7b0f5fbe 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 @@ -11,8 +11,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.11.0