fix for incorrect placeholder text (#33)

Reviewed-on: https://code.playvicio.us/Are0h/Fipamo/pulls/39
Reviewed-by: Are0h <ro@playvicio.us>
This commit is contained in:
Are0h 2020-09-01 00:26:33 +02:00
commit 1b5c233d01

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