Bug 41024

Summary: Inconsistent spelling of Borrower(s)Log
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Marcel de Rooy <m.de.rooy>
Status: Pushed to main --- QA Contact: Aleisha Amohia <aleisha>
Severity: trivial    
Priority: P5 - low CC: aleisha
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
25.11.00
Circulation function:
Attachments: Bug 41024: Unify spelling of BorrowersLog, keep plural form
Bug 41024: Unify spelling of BorrowersLog, keep plural form

Description Marcel de Rooy 2025-10-15 11:33:26 UTC
git grep BorrowerLogs
git grep BorrowersLogs
Comment 1 Marcel de Rooy 2025-10-15 11:35:11 UTC
(In reply to Marcel de Rooy from comment #0)
> git grep BorrowerLogs
> git grep BorrowersLogs

Another mistake is made quickly: Log! Not Logs.
Comment 2 Marcel de Rooy 2025-10-15 11:39:27 UTC
Created attachment 187903 [details] [review]
Bug 41024: Unify spelling of BorrowersLog, keep plural form

The singular form is wrong and only exists in textual context.
This is a result of git grep | xargs sed.

Test plan:
Read the patch.
git grep BorrowerLog

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 3 Marcel de Rooy 2025-10-15 11:40:16 UTC
Trivial fix/string patch. No need to backport!
Self SO.
Comment 4 Aleisha Amohia 2025-10-28 21:16:52 UTC
Created attachment 188533 [details] [review]
Bug 41024: Unify spelling of BorrowersLog, keep plural form

The singular form is wrong and only exists in textual context.
This is a result of git grep | xargs sed.

Test plan:
Read the patch.
git grep BorrowerLog

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Aleisha Amohia <aleisha@catalyst.net.nz>
Comment 5 Lucas Gass (lukeg) 2025-10-31 21:31:05 UTC
Nice work everyone!

Pushed to main for 25.11