| Summary: | Typo: authorised value in item search fields | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
| Component: | System Administration | Assignee: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
| Status: | Needs documenting --- | QA Contact: | Katrin Fischer <katrin.fischer> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers, gmcharlt |
| Version: | Main | ||
| 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: | 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
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" 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' I noticed afterwards that the table heading also had the same typo, hence the second commit. 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> 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> Pushed for 25.05! Well done everyone, thank you! I dont backport to 24.11 to avoid translation work ;) |