Ecard form language updates.
authorBill Erickson <berickxx@gmail.com>
Wed, 27 Feb 2019 16:59:20 +0000 (11:59 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:51:45 +0000 (15:51 -0400)
* Replace "Barcode with "eCard Number"
* Replace "verify" with "confirm"

Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/openils/var/templates_kcls/opac/ecard/verify.tt2

index 92fca98..d7a1203 100644 (file)
@@ -68,9 +68,9 @@
       <div id='ecard-container'>
 
         <div id='ecard-preamble'>
-          <h1>Verify Your KCLS eCard</h1>
+          <h1>Confirm Your KCLS eCard</h1>
           <p>
-            Please fill out the form below to verify your eCard account.
+            Please fill out the form below to confirm your eCard account.
           </p>
           [% IF ctx.verify_failed %]
           <div id='ecard-verify-failed'>
         <div id='ecard-verify-form' class='col-md-6'>
           <form method='POST' onsubmit="return handleSubmit()">
             <div class="form-group">
-              <label for="barcode">Barcode</label>
+              <label for="barcode">eCard Number</label>
               <input type="text" class="form-control" id="barcode"
-                name="barcode" placeholder="Barcode"
+                name="barcode" placeholder="eCard Number"
                 value="[% ctx.barcode | html %]"/>
             </div>
             <div class="form-group">
-              <label for="verification_code">6-Character Verification Code</label>
+              <label for="verification_code">6-Character Confirmation Code</label>
               <input type="text" class="form-control" id="verification_code"
-                name="verification_code" placeholder="Verification Code"
+                name="verification_code" placeholder="Confirmation Code"
                 value="[% ctx.verify_code | html %]"/>
             </div>
             <button type="submit" class="btn btn-default">Submit</button>