Bug 41658

Summary: Capitalization: Data Provider
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Ben Foster <headtummy>
Status: Pushed to main --- QA Contact: Katrin Fischer <katrin.fischer>
Severity: trivial    
Priority: P5 - low CC: aleisha, david
Version: MainKeywords: Academy
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: Sponsored Comma delimited list of Sponsors: Catalyst
Crowdfunding goal: 0 Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Fixes the capitalization for ERM module's "Latest SUSHI Counter jobs" dashboard widget so that the table column heading is "Data provider" instead of "Data Provider".
Version(s) released in:
26.05.00
Circulation function:
Attachments: Bug 41658: corrected the miscapitalization of "Data provider"
Bug 41658: "Data provider" string fix
Bug 41658: "Data provider" string fix
Bug 41658: "Data provider" string fix
Bug 41658: "Data provider" string fix

Description Katrin Fischer 2026-01-19 09:33:55 UTC
'Data Provider' should be 'Data provider' according to our spelling rules.

Found here:
koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/Widgets/ERMLatestSUSHIJobs.vue:70
Comment 1 Ben Foster 2026-01-21 01:46:30 UTC
Created attachment 191731 [details] [review]
Bug 41658: corrected the miscapitalization of "Data provider"
Comment 2 Aleisha Amohia 2026-01-21 02:43:03 UTC
Created attachment 191739 [details] [review]
Bug 41658: "Data provider" string fix

Fixed the miscapitalisation - "Data Provider" should be "Data provider" according to our spelling rules
Comment 3 David Nind 2026-01-21 10:49:21 UTC Comment hidden (obsolete)
Comment 4 David Nind 2026-01-21 10:52:12 UTC
Testing notes (using koha-testing-docker):

1. Enable the ERM module: set the ERMModule system preference = "Enable"
2. Go to the E-resource management module landing page
3. Note that for the "Latest SUSHI Counter jobs" dashboard widget that the 
   table column heading says "Data Provider"
4. Apply the patch
5. Update things: yarn build
6. Restart everything: restart_all
7. Refresh the ERM module landing page
8/ Note that the column heading is now "Data provider"
Comment 5 David Nind 2026-01-21 20:18:27 UTC
Created attachment 191818 [details] [review]
Bug 41658: "Data provider" string fix

Fixed the miscapitalisation - "Data Provider" should be "Data provider" according to our spelling rules

Signed-off-by: David Nind <david@davidnind.com>
Comment 6 David Nind 2026-01-21 20:19:11 UTC
Forgot to add a sign-off line to the patch!
Comment 7 David Nind 2026-01-21 20:19:29 UTC
Thanks for the patch Ben!
Comment 8 Katrin Fischer 2026-01-21 20:57:13 UTC
Created attachment 191825 [details] [review]
Bug 41658: "Data provider" string fix

Fixed the miscapitalisation - "Data Provider" should be "Data provider" according to our spelling rules

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 9 Katrin Fischer 2026-01-21 20:58:14 UTC
Thanks Ben!

I think David already noted this on another bug. Your author line for the patch currently reads:

From: Photonyx <Headtummy@gmail.com>

If you want us to change that to your full name, please let us know!
Comment 10 Lucas Gass (lukeg) 2026-01-22 22:22:44 UTC
Nice work everyone!

Pushed to main for 26.05