From 3a30c004ae3c4414d0236450256d166125424490 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Tue, 6 Aug 2024 14:12:16 +0200 Subject: [PATCH] Bug 37575: Typo 'AutoCreateAuthorites' in about.pl Typo in system preference name 'AutoCreateAuthorites' -> 'AutoCreateAuthorit[i]es' Signed-off-by: Phil Ringnalda Signed-off-by: Katrin Fischer (cherry picked from commit 4c5425bd2f2aeaf45e4fa185e1590d845ae6453d) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- t/mock_templates/intranet-tmpl/prog/en/modules/about.tt | 2 +- t/mock_templates/intranet-tmpl/prog/fr-CA/modules/about.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index b2865a27ff..ab24a8ad83 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -444,7 +444,7 @@ [% IF (warnPrefRequireChoosingExistingAuthority) %] Warning - System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorites' enabled. Otherwise catalogers can add headings that will not be linked to authorities. + System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorities' enabled. Otherwise catalogers can add headings that will not be linked to authorities. [% END %] [% IF (warnPrefEasyAnalyticalRecords) %] diff --git a/t/mock_templates/intranet-tmpl/prog/en/modules/about.tt b/t/mock_templates/intranet-tmpl/prog/en/modules/about.tt index 0f5675a5f8..60ac45018e 100644 --- a/t/mock_templates/intranet-tmpl/prog/en/modules/about.tt +++ b/t/mock_templates/intranet-tmpl/prog/en/modules/about.tt @@ -443,7 +443,7 @@ [% IF (warnPrefRequireChoosingExistingAuthority) %] Warning - System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorites' enabled. Otherwise catalogers can add headings that will not be linked to authorities. + System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorities' enabled. Otherwise catalogers can add headings that will not be linked to authorities. [% END %] [% IF (warnPrefEasyAnalyticalRecords) %] diff --git a/t/mock_templates/intranet-tmpl/prog/fr-CA/modules/about.tt b/t/mock_templates/intranet-tmpl/prog/fr-CA/modules/about.tt index 0f5675a5f8..60ac45018e 100644 --- a/t/mock_templates/intranet-tmpl/prog/fr-CA/modules/about.tt +++ b/t/mock_templates/intranet-tmpl/prog/fr-CA/modules/about.tt @@ -443,7 +443,7 @@ [% IF (warnPrefRequireChoosingExistingAuthority) %] Warning - System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorites' enabled. Otherwise catalogers can add headings that will not be linked to authorities. + System preference 'RequireChoosingExistingAuthority' is disabled, but needs 'AutoCreateAuthorities' enabled. Otherwise catalogers can add headings that will not be linked to authorities. [% END %] [% IF (warnPrefEasyAnalyticalRecords) %] -- 2.39.5