From 6de522f7c7ea4581d086967909bbf71bf105e684 Mon Sep 17 00:00:00 2001 From: David Nind Date: Tue, 3 Mar 2026 22:50:01 +0000 Subject: [PATCH] Bug 41985: Fix wording on SIP2 account form: 'Syspref' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix spelling on the SIP2 account form to spell 'Syspref' section heading in full ('System preference overrides'). Test plan: 1. Go to Administration > Patrons and circulation > Self-service circulation (SIP2) > Accounts > New account 2. Note the label for the section is "Syspref overrides". 3. Apply the patch. 4. Rebuild everything: yarn build 5. Hard refresh the page. 6. Note that "Syspref..." is now spelt in full as "System preference overrides". Signed-off-by: David Nind Signed-off-by: Anneli Österman --- .../prog/js/vue/components/SIP2/SIP2AccountResource.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/SIP2/SIP2AccountResource.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/SIP2/SIP2AccountResource.vue index 1a8b06b1ec..477ea75988 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/SIP2/SIP2AccountResource.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/SIP2/SIP2AccountResource.vue @@ -855,7 +855,7 @@ export default { ], }, hideIn: ["List"], - group: __("Syspref overrides"), + group: __("System preference overrides"), componentProps: { resourceRelationships: { resourceProperty: "system_preference_overrides", -- 2.39.5