Merge branch 'bug_9073' into 3.12-master
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / auth.tt
index 96ed02d..4b547c9 100644 (file)
@@ -52,7 +52,7 @@
 [% IF ( IndependantBranches ) %][% ELSE %]
 <p><label for="branch">Library:</label>
     <select name="branch" id="branch" class="input" tabindex="3">
-    <option value="">My Library</option>
+    <option value="">My library</option>
     [% FOREACH branchloo IN branchloop %]
     <option value="[% branchloo.branchcode %]">[% branchloo.branchname %]</option>
     [% END %]
@@ -65,7 +65,7 @@
 <p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
 </form>
 <!--<ul> -->
-<!--   <li><a href="/cgi-bin/koha/lostpassword.pl" title="Password Lost and Found">Lost your password?</a></li> -->
+<!--   <li><a href="/cgi-bin/koha/lostpassword.pl" title="Password lost and found">Lost your password?</a></li> -->
 <!-- </ul> -->
 
 </div>