password confirm placeholder now accurate #39

Merged
are0h merged 1 commit from refs/pull/39/head into beta-release 2020-09-01 00:26:39 +02:00

View file

@ -21,7 +21,7 @@ block main-content
br
label And let's confirm that password
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
label And finally, a title
br
@ -30,7 +30,7 @@ block main-content
button#init-blog(data-action='blog-init' type='submit') SET IT UP
.option
button.init-option#init-switch-restore OR RESTORE FROM BACKUP
.dash-restore#dash-restore
form#init-restore
h1 Restore backup.
@ -50,4 +50,3 @@ block main-content
button#blog-restore(data-action='blog-restore' type='submit') RESTORE
.option
button.init-option#init-switch-fresh OR INSTALL FRESH SITE