Bug 39685 - Typo: authorised value in item search fields
Summary: Typo: authorised value in item search fields
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Caroline Cyr La Rose
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-18 20:27 UTC by Caroline Cyr La Rose
Modified: 2025-05-26 15:21 UTC (History)
1 user (show)

See Also:
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 (1.74 KB, patch)
2025-04-18 20:33 UTC, Caroline Cyr La Rose
Details | Diff | Splinter Review
Bug 39685: Typo: authorised value in item search fields (1.48 KB, patch)
2025-04-18 21:05 UTC, Caroline Cyr La Rose
Details | Diff | Splinter Review
Bug 39685: Typo: authorised value in item search fields (1.79 KB, patch)
2025-04-19 09:18 UTC, Roman Dolny
Details | Diff | Splinter Review
Bug 39685: Typo: authorised value in item search fields (1.53 KB, patch)
2025-04-19 09:18 UTC, Roman Dolny
Details | Diff | Splinter Review

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