From d9809209d688c1718341bd32307c7822a2c842dd Mon Sep 17 00:00:00 2001 From: Roman Dolny Date: Sun, 22 Dec 2024 17:53:52 +0000 Subject: [PATCH] Bug 38771: Typo 'AuthScuccessLog' system preference Typo in system preference 'AuthScuccessLog' -> 'AuthSuccessLog'. --- koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc index 509e29d2e4..9be4131a73 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc @@ -1,6 +1,6 @@ [% BLOCK translate_log_module %] [% SWITCH module %] -[% CASE 'AUTH' %]Authentication[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthScuccessLog') %] [% END %] +[% CASE 'AUTH' %]Authentication[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthSuccessLog') %] [% END %] [% CASE 'CATALOGUING' %]Cataloging[% UNLESS Koha.Preference('CataloguingLog') %] [% END %] [% CASE 'AUTHORITIES' %]Authorities[% UNLESS Koha.Preference('AuthoritiesLog') %] [% END %] @@ -104,4 +104,4 @@ [% CASE 'UPGRADE' %]Upgrade [% CASE %][% log_interface | html %] [% END %] -[% END %] \ No newline at end of file +[% END %] -- 2.39.5