Bug 39831

Summary: Correct typo in manage-marc-import.tt
Product: Koha Reporter: Anneli Österman <anneli.osterman>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: Pushed to main --- QA Contact: Katrin Fischer <katrin.fischer>
Severity: normal    
Priority: P5 - low CC: david
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 39831: Correct typo in manage-marc-import.tt
Bug 39831: Correct typo in manage-marc-import.tt

Description Anneli Österman 2025-05-05 11:46:47 UTC
In translation https://translate.koha-community.org/translate/koha/main/staff-prog/fi/?checksum=00f8e9a4eb08e0af there is a string "xAction if matching record found:"

Should it be "Action if matching record found:" without the first x?

https://gitlab.com/koha-community/Koha/-/blob/main/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt#L278
Comment 1 Owen Leonard 2025-05-05 13:16:25 UTC
Created attachment 181922 [details] [review]
Bug 39831: Correct typo in manage-marc-import.tt

This patch corrects a typo in the staged MARC record management
template: "xAction" -> "Action".

To test:

- Go to Cataloging -> Stage records for import.
- Import a batch of MARC records for staging.
- Import the staged batch.
- Go to Cataloging -> Manage staged records.
  - Click the file name of the import to view its details.
    - The label "Action if matching record found:" should be correct.

Sponsored-by: Athens County Public Libraries
Comment 2 David Nind 2025-05-05 18:13:49 UTC
Created attachment 181937 [details] [review]
Bug 39831: Correct typo in manage-marc-import.tt

This patch corrects a typo in the staged MARC record management
template: "xAction" -> "Action".

To test:

- Go to Cataloging -> Stage records for import.
- Import a batch of MARC records for staging.
- Import the staged batch.
- Go to Cataloging -> Manage staged records.
  - Click the file name of the import to view its details.
    - The label "Action if matching record found:" should be correct.

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind <david@davidnind.com>
Comment 3 David Nind 2025-05-05 18:15:40 UTC
Testing notes (using KTD):
1. Before applying the patch, I couldn't see "xAction" in the staff interface.
2. Agree that it should be fixed.
Comment 4 Katrin Fischer 2025-05-07 12:31:56 UTC
Pushed for 25.05!

Well done everyone, thank you!