Bug 12562 - Capitalization: 'Save Report' when saving a new SQL report
Summary: Capitalization: 'Save Report' when saving a new SQL report
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: master
Hardware: All All
: P5 - low trivial (vote)
Assignee: briann
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-12 11:24 UTC by Katrin Fischer
Modified: 2015-06-04 23:33 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Patch to fix capitalisation on button (1.71 KB, patch)
2014-07-25 02:20 UTC, briann
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 12562: fix capitalisation of Save Report button (1.90 KB, patch)
2014-07-25 22:04 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review
[PASSED QA] Bug 12562: fix capitalisation of Save Report button (2.01 KB, patch)
2014-07-27 21:21 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2014-07-12 11:24:52 UTC
Another easy one for a beginner or first patch:

- Reports > New SQL report
- 'Save Report' should be 'Save report'
Comment 1 briann 2014-07-25 02:20:11 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2014-07-25 22:04:03 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-07-27 21:21:59 UTC
Created attachment 30158 [details] [review]
[PASSED QA] Bug 12562: fix capitalisation of Save Report button

Test:
go to reports and then create report from SQL
the Save button has wrong capitalisaion of Report
add patch
refresh
should see button being Saved report

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described, no koha-qa errors

Brian, don't forget to assign the bug to yourself and set patch complexity :)

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Small template change, no regressions found.
Comment 4 Tomás Cohen Arazi 2014-07-29 14:52:56 UTC
Patch pushed to master.

Thanks Brian, and congratulations for your first commit!