Bugzilla – Attachment 194416 Details for
Bug 41985
Fix wording on SIP2 account form - 'Syspref' to 'System preference'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41985: Fix wording on SIP2 account form: 'Syspref'
Bug-41985-Fix-wording-on-SIP2-account-form-Syspref.patch (text/plain), 1.57 KB, created by
David Nind
on 2026-03-03 22:58:44 UTC
(
hide
)
Description:
Bug 41985: Fix wording on SIP2 account form: 'Syspref'
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-03-03 22:58:44 UTC
Size:
1.57 KB
patch
obsolete
>From 9fc8884e4116c8e9d49162629fe8ddcb0e7af02e Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Tue, 3 Mar 2026 22:50:01 +0000 >Subject: [PATCH] Bug 41985: Fix wording on SIP2 account form: 'Syspref' > >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 <david@davidnind.com> >--- > .../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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41985
:
194416
|
194433