password confirm placeholder now accurate

This commit is contained in:
Diana Thayer 2020-08-27 22:07:55 -07:00
parent 2dae3b95e0
commit 1d1fc1d81b
No known key found for this signature in database
GPG key ID: CB89FAA0A2E82A28

View file

@ -21,7 +21,7 @@ block main-content
br br
label And let's confirm that password label And let's confirm that password
br br
input.large(type='password', name='new_member_pass2' id='new_member_pass2', placeholder="Email Confirm") input.large(type='password', name='new_member_pass2' id='new_member_pass2', placeholder="Password Confirm")
br br
label And finally, a title label And finally, a title
br br
@ -30,7 +30,7 @@ block main-content
button#init-blog(data-action='blog-init' type='submit') SET IT UP button#init-blog(data-action='blog-init' type='submit') SET IT UP
.option .option
button.init-option#init-switch-restore OR RESTORE FROM BACKUP button.init-option#init-switch-restore OR RESTORE FROM BACKUP
.dash-restore#dash-restore .dash-restore#dash-restore
form#init-restore form#init-restore
h1 Restore backup. h1 Restore backup.
@ -50,4 +50,3 @@ block main-content
button#blog-restore(data-action='blog-restore' type='submit') RESTORE button#blog-restore(data-action='blog-restore' type='submit') RESTORE
.option .option
button.init-option#init-switch-fresh OR INSTALL FRESH SITE button.init-option#init-switch-fresh OR INSTALL FRESH SITE