From 4713ed0956a747d8e8afe83501f4054ef815bf76 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Thu, 10 May 2018 17:54:38 +0000
Subject: [PATCH] Bug 20752: Fix capitalization on the files tab for patron
 files

- Activate EnableBorrowerFiles
- Go to any patron account in staff
- Go to the files tab
- Check that strings on the page ar all properly capitalized
  - button
  - legend on section
---
 koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt
index 0e221c6..427f316 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt
@@ -60,7 +60,7 @@
 
                 <form method="post" action="/cgi-bin/koha/members/files.pl" enctype="multipart/form-data">
                     <fieldset class="rows">
-                        <legend>Upload New File</legend>
+                        <legend>Upload new file</legend>
                         <ol>
                         <li><input type="hidden" name="op" value="upload" />
                         <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]" />
@@ -72,7 +72,7 @@
                         <li><label for="uploadfile">File:</label><input name="uploadfile" type="file" id="uploadfile" /></li>
 
                         </ol>
-                        <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload File" /></fieldset>
+                        <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload file" /></fieldset>
                     </fieldset>
                 </form>
 
-- 
2.1.4