From cd7278f56b9188a44ffa30bdb0fb1a6fcbbf16c5 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 Signed-off-by: Emily Lamancusa --- .../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.34.1