Bug 39831 - Correct typo in manage-marc-import.tt
Summary: Correct typo in manage-marc-import.tt
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-05 11:46 UTC by Anneli Österman
Modified: 2025-05-07 12:31 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 39831: Correct typo in manage-marc-import.tt (1.63 KB, patch)
2025-05-05 13:16 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 39831: Correct typo in manage-marc-import.tt (1.68 KB, patch)
2025-05-05 18:13 UTC, David Nind
Details | Diff | Splinter Review

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