Bug 41985

Summary: Fix wording on SIP2 account form - 'Syspref' to 'System preference'
Product: Koha Reporter: David Nind <david>
Component: SIP2Assignee: David Nind <david>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: anneli.osterman
Version: MainKeywords: Academy
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This fixes the section heading on the SIP2 account form to spell system preference in full ('Syspref overrides' to 'System preference overrides').
Version(s) released in:
Circulation function:
Attachments: Bug 41985: Fix wording on SIP2 account form: 'Syspref'
Bug 41985: Fix wording on SIP2 account form: 'Syspref'

Description David Nind 2026-03-03 22:47:11 UTC
'Syspref' is used on the SIP2 account form, instead of spelling in full - 'system preference'.

To reproduce:
1. Go to Administration > Patrons and circulation > Self-service 
   circulation (SIP2) > Accounts > New account
2. Note the label for the section "Syspref overrides"
Comment 1 David Nind 2026-03-03 22:58:44 UTC
Created attachment 194416 [details] [review]
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>
Comment 2 OpenFifth Sandboxes 2026-03-04 08:09:57 UTC
Created attachment 194433 [details] [review]
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>
Signed-off-by: Anneli Österman <anneli.osterman@koha-suomi.fi>