From cd19d28888e89e633c74fec769b7d1d7f1ab7bbe Mon Sep 17 00:00:00 2001 From: David Nind Date: Fri, 23 May 2025 00:45:20 +0000 Subject: [PATCH] Bug 37344: (follow-up) Fix wording for messages This fixes the wording for some messages. Signed-off-by: David Nind Signed-off-by: Baptiste Wojtkowski --- installer/data/mysql/atomicupdate/bug_37344.pl | 4 ++-- .../prog/en/modules/admin/authorised_values.tt | 2 +- .../intranet-tmpl/prog/en/modules/members/discharge.tt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_37344.pl b/installer/data/mysql/atomicupdate/bug_37344.pl index 7e6e30d7..f818e988 100755 --- a/installer/data/mysql/atomicupdate/bug_37344.pl +++ b/installer/data/mysql/atomicupdate/bug_37344.pl @@ -27,8 +27,8 @@ return { $dbh->do( q{ INSERT IGNORE INTO authorised_values (category, authorised_value, lib) VALUES - ('DISCHARGE_CANCELLATION','PATRON_MISTAKE', 'Patron asked a discharge by mistake'), - ('DISCHARGE_CANCELLATION','PATRON_STILL_NEEDS_ACCOUNT','Administration required a discharge however the patron still needs to use their account') + ('DISCHARGE_CANCELLATION','PATRON_MISTAKE', 'The patron asked for a discharge by mistake.'), + ('DISCHARGE_CANCELLATION','PATRON_STILL_NEEDS_ACCOUNT','A discharge was required, however the patron still needs to use their account.') } ); diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index e2633573..7e401810 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -514,7 +514,7 @@ [% CASE 'AR_CANCELLATION' %]

Reasons why an article request might have been cancelled

[% CASE 'DISCHARGE_CANCELLATION' %] -

Reasons why a discharge can be cancelled

+

Reasons for cancelling a discharge

[% CASE 'HSBND_FREQ' %]

Frequencies used by the housebound module. They are displayed on the housebound tab in the patron account in staff.

[% CASE 'ITEMTYPECAT' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt index a67114c7..39f96fda 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt @@ -87,7 +87,7 @@ Requested Validated Cancelled - Reason of cancellation + Reason cancelled Cancel @@ -126,7 +126,7 @@