Bug 39685

Summary: Typo: authorised value in item search fields
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: System AdministrationAssignee: Caroline Cyr La Rose <caroline.cyr-la-rose>
Status: Pushed to main --- QA Contact: Katrin Fischer <katrin.fischer>
Severity: minor    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: String patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:
Attachments: Bug 39685: Typo: authorised value in item search fields
Bug 39685: Typo: authorised value in item search fields
Bug 39685: Typo: authorised value in item search fields
Bug 39685: Typo: authorised value in item search fields

Description Caroline Cyr La Rose 2025-04-18 20:27:39 UTC
Terminology indicates it should be "authorized" and not "authorised".

https://wiki.koha-community.org/wiki/Terminology

To get there:
1. Go to Administration > Item search fields > New search field
--> Authorised values category

I also think "Authorized value category" is grammatically correct and not "Authorized values category", but I'm not 100% sure.
Comment 1 Caroline Cyr La Rose 2025-04-18 20:33:45 UTC
Created attachment 181194 [details] [review]
Bug 39685: Typo: authorised value in item search fields

This patch corrects a typo in the item search field form.

Terminology indicates it should be "authorized" and not "authorised".

https://wiki.koha-community.org/wiki/Terminology

To test:
1. Apply patch
2. Go to Administration > Item search fields > New search field
--> The label for the authorized value category dropdown menu should say "Authorized value category"
Comment 2 Caroline Cyr La Rose 2025-04-18 21:05:55 UTC
Created attachment 181195 [details] [review]
Bug 39685: Typo: authorised value in item search fields

This patch corrects a typo in the item search field table.

Terminology indicates it should be "authorized" and not "authorised".

https://wiki.koha-community.org/wiki/Terminology

To test:
1. Apply patch
2. Go to Administration > Item search fields > New search field
3. Fill out the form
4. Click 'Submit'
   --> The column header in the table should be 'Authorized value category'
Comment 3 Caroline Cyr La Rose 2025-04-18 21:06:26 UTC
I noticed afterwards that the table heading also had the same typo, hence the second commit.
Comment 4 Roman Dolny 2025-04-19 09:18:51 UTC
Created attachment 181207 [details] [review]
Bug 39685: Typo: authorised value in item search fields

This patch corrects a typo in the item search field form.

Terminology indicates it should be "authorized" and not "authorised".

https://wiki.koha-community.org/wiki/Terminology

To test:
1. Apply patch
2. Go to Administration > Item search fields > New search field
--> The label for the authorized value category dropdown menu should say "Authorized value category"

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Comment 5 Roman Dolny 2025-04-19 09:18:54 UTC
Created attachment 181208 [details] [review]
Bug 39685: Typo: authorised value in item search fields

This patch corrects a typo in the item search field table.

Terminology indicates it should be "authorized" and not "authorised".

https://wiki.koha-community.org/wiki/Terminology

To test:
1. Apply patch
2. Go to Administration > Item search fields > New search field
3. Fill out the form
4. Click 'Submit'
   --> The column header in the table should be 'Authorized value category'

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Comment 6 Katrin Fischer 2025-05-07 12:31:36 UTC
Pushed for 25.05!

Well done everyone, thank you!