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>
Fri, 2 Dec 2016 14:06:25 +0000 (09:06 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/place_hold.tt2

index 67338af..906099d 100644 (file)
@@ -5,7 +5,7 @@
 
 <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 %]
                     [% 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>