]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/ChangePasswordForm.templ
chg: adjust wording to have a consequent wording over all pages
[gigi.git] / src / club / wpia / gigi / pages / account / ChangePasswordForm.templ
index 0fd8f76a88069bcd91aeb136b051cdedc7bd8d6d..1e9136eaa7506127dd99af5c856f8add15c783d5 100644 (file)
@@ -1,27 +1,27 @@
 <table class="table">
   <thead>
   <tr>
-    <th colspan="2" class="title"><?=_Change Pass Phrase?></th>
+    <th colspan="2" class="title"><?=_Change Password?></th>
   </tr>
   </thead>
   <tbody>
   <tr>
-    <td><?=_Old Pass Phrase?>: </td>
+    <td><?=_Old Password?>: </td>
     <td><input class="form-control" type="password" name="oldpassword" required></td>
   </tr>
   <tr>
-    <td><?=_New Pass Phrase?><span class="formMandatory">*</span>: </td>
+    <td><?=_New Password?><span class="formMandatory">*</span>: </td>
     <td><input class="form-control" type="password" name="pword1" required></td>
   </tr>
   <tr>
-    <td><?=_Pass Phrase Again?><span class="formMandatory">*</span>: </td>
+    <td><?=_Password Again?><span class="formMandatory">*</span>: </td>
     <td><input class="form-control" type="password" name="pword2" required></td>
   </tr>
   <tr>
     <td colspan="2"><span class="formMandatory">*</span><?=_Your password is one of many factors to protect your account from unauthorised access. A good password is hard to guess, long, and contains a diverse set of characters. For the current requirements and to learn more, visit our !(/wiki/goodPassword)FAQ!'</a>'.?></td>
   </tr>
   <tr>
-    <td colspan="2"><input type="submit" name="process" value="<?=_Update Pass Phrase?>"></td>
+    <td colspan="2"><input type="submit" name="process" value="<?=_Update Password?>"></td>
   </tr>
   </tbody>
 </table>