| Summary: | Capitalization: "List Files" and others | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | Templates | Assignee: | Owen Leonard <oleonard> |
| Status: | Pushed to stable --- | QA Contact: | Laura Escamilla <Laura.escamilla> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | david, jacob.omara, Laura.escamilla |
| Version: | Main | Keywords: | Academy |
| 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: |
This fixes the capitalization for messages used with FTP/SFTP file transfers (Administration > Additional parameters > File transports).
Changes:
- "List Files" to "List files"
- "Change Directory" to "Change directory"
|
Version(s) released in: |
26.05.00,25.11.01
|
| Circulation function: | |||
| Attachments: |
Bug 41348: Capitalization: "List Files" and others
Bug 41348: Capitalization: "List Files" and others Bug 41348: Capitalization: "List Files" and others |
||
|
Description
Katrin Fischer
2025-12-02 10:49:21 UTC
Change Directory koha-tmpl/intranet-tmpl/prog/js/transport_status.js:6 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. Created attachment 190157 [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. Signed-off-by: David Nind <david@davidnind.com> Created attachment 190163 [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. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> Nice work everyone! Pushed to main for 26.05 Thanks all, pushed to 25.11.x Thanks all, pushed to 25.11.x |