Bug 41348

Summary: Capitalization: "List Files" and others
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low Keywords: Academy
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:
Circulation function:
Attachments: Bug 41348: Capitalization: "List Files" and others

Description Katrin Fischer 2025-12-02 10:49:21 UTC
List Files
koha-tmpl/intranet-tmpl/prog/js/transport_status.js:5

Should be: List files
Comment 1 Katrin Fischer 2025-12-02 10:50:24 UTC
Change Directory
koha-tmpl/intranet-tmpl/prog/js/transport_status.js:6
Comment 2 Owen Leonard 2025-12-04 14:31:35 UTC
Created attachment 190153 [details] [review]
Bug 41348: Capitalization: "List Files" and others

This patch corrects two strings in js/transport_status.js so that it has
correct capitalization.

I'm not sure how to test every way these strings are seen in the
interface, but checking the patch should show only capitalization
changes.