Bug 41985 - Fix wording on SIP2 account form - 'Syspref' to 'System preference'
Summary: Fix wording on SIP2 account form - 'Syspref' to 'System preference'
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: SIP2 (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: David Nind
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2026-03-03 22:47 UTC by David Nind
Modified: 2026-03-04 08:10 UTC (History)
1 user (show)

See Also:
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' (1.57 KB, patch)
2026-03-03 22:58 UTC, David Nind
Details | Diff | Splinter Review
Bug 41985: Fix wording on SIP2 account form: 'Syspref' (1.72 KB, patch)
2026-03-04 08:09 UTC, OpenFifth Sandboxes
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>