Language files - a few more corrections.
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 1 Dec 2016 22:48:05 +0000 (17:48 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 17 Sep 2017 20:29:14 +0000 (16:29 -0400)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/place_hold.tt2

index 4cd6e08..bd7e936 100644 (file)
@@ -27,7 +27,7 @@ function toggleActivationDate() {
 </script>
 <div id='holds_box' class='canvas' style='margin-top: 6px;'>
     <div class="header_middle">
-       <span class="float-left">[% l('Place Hold On:') %]</span>
+       <span class="float-left">[% l('Place Hold') %]</span>
     </div>
 
     [% some_holds_allowed = -1 %]
@@ -215,7 +215,7 @@ function toggleActivationDate() {
                     [% IF ctx.default_phone_notify %]checked="checked"[% END %]/>
                     <label for="phone_notify_checkbox">[% l('Yes, by Phone') %]</label><br/>
                 <blockquote>
-                    <label>[% l('Phone Number: ') %]<input type="text" name="phone_notify" [% setting = 'opac.default_phone';
+                    <label>[% l('Phone Number:') %] <input type="text" name="phone_notify" [% setting = 'opac.default_phone';
                     IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]'
                     [%- ELSIF ctx.user.day_phone; %] value='[% ctx.user.day_phone | html %]' [% END %]/></label>
                 </blockquote>