Bugzilla – Attachment 194433 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.72 KB, created by
OpenFifth Sandboxes
on 2026-03-04 08:09:57 UTC
(
hide
)
Description:
Bug 41985: Fix wording on SIP2 account form: 'Syspref'
Filename:
MIME Type:
Creator:
OpenFifth Sandboxes
Created:
2026-03-04 08:09:57 UTC
Size:
1.72 KB
patch
obsolete
>From 6de522f7c7ea4581d086967909bbf71bf105e684 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' >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 <david@davidnind.com> >Signed-off-by: Anneli Ãsterman <anneli.osterman@koha-suomi.fi> >--- > .../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