Skip to content
Snippets Groups Projects
Commit fecf51ef authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Change the placeholder for the verification password from "Repeat Password" to...

Change the placeholder for the verification password from "Repeat Password" to "Verify Password" to match the dialog.

issue #1923
parent b7a19aed
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@
<li>
<label for="vpassword">Verify Password</label>
<input id="vpassword" placeholder="Repeat Password" type="password" maxlength="80">
<input id="vpassword" placeholder="Verify Password" type="password" maxlength="80">
<div id="password_required" class="tooltip" for="vpassword">
Verification password is required.
......
......@@ -65,7 +65,7 @@
<li class="password_entry">
<label for="vpassword">Verify Password</label>
<input id="vpassword" placeholder="Repeat Password" type="password" maxlength="80">
<input id="vpassword" placeholder="Verify Password" type="password" maxlength="80">
<div id="password_required" class="tooltip" for="vpassword">
Verification password is required.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment