From 3c02e599e3d902290ef6029a63a04ff2d87771c3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 1 Nov 2023 22:37:40 +0000 Subject: [PATCH] Bug 34855: (QA follow-up) Terminology: "issue note" to "checkout note" Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- .../opac-tmpl/bootstrap/en/modules/opac-issue-note.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-issue-note.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-issue-note.tt index 350b75ee7e..b19286a4b1 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-issue-note.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-issue-note.tt @@ -6,7 +6,7 @@ [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% INCLUDE 'doc-head-open.inc' %] -Editing issue note for [% title | html %] › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog +Editing checkout note for [% title | html %] › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -23,7 +23,7 @@ [% INCLUDE 'patron-title.inc' patron = logged_in_user %] @@ -37,12 +37,12 @@
-

Editing issue note for [% title | html %] [% author | html %]

+

Editing checkout note for [% title | html %] [% author | html %]

[% IF not(Koha.Preference("AllowCheckoutNotes")) %] - Issue notes have not been enabled. Please contact the library. + Checkout notes have not been enabled. Please contact the library. [% ELSE %]
- Edit issue note + Edit checkout note
-- 2.39.2