From 8dc21494ec4c958c3f841b3359581214bbe1a845 Mon Sep 17 00:00:00 2001 From: David Nind Date: Wed, 4 Jun 2025 23:51:35 +0000 Subject: [PATCH] Bug 39939: (follow-up) Fix terminology - syspref to system preference Spell system preference in full, instead of syspref. Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index 5b44502d5c..8c5b6f337b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -137,9 +137,9 @@
Only items that need not be transferred will be cancelled [% IF ( CAN_user_parameters_manage_sysprefs ) %] - (TransferWhenCancelAllWaitingHolds syspref) + (TransferWhenCancelAllWaitingHolds system preference) [% ELSE %] - (TransferWhenCancelAllWaitingHolds syspref) + (TransferWhenCancelAllWaitingHolds system preference) [% END %]
[% END %] -- 2.39.5