Skip to content

Commit

Permalink
change 'set password' to 'create account'
Browse files Browse the repository at this point in the history
  • Loading branch information
mateomorris committed Jul 11, 2023
1 parent 9fc7cf2 commit 8cdf3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/auth/set-password/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<div class="box">
<header>
<h1>Set password</h1>
<h1>Create account</h1>
<h2>
Enter the password you'll use for this account to finish signing up.
</h2>
Expand Down Expand Up @@ -56,7 +56,7 @@
{disabled}
title={disabled ? 'Passwords do not match' : ''}
>
<span>Set password</span>
<span>Create Account</span>
</button>
</form>
</div>
Expand Down

0 comments on commit 8cdf3f7

Please sign in to comment.