Skip to content

Commit 1517754

Browse files
authored
Merge pull request #390 from connorabbas/develop
fix: new password label typo...
2 parents 3a6ecef + ac0ead9 commit 1517754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/settings/Password.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const updatePassword = () => {
121121
</Message>
122122
</div>
123123
<div class="flex flex-col gap-2">
124-
<label for="password-confirmation">Confirm pew password</label>
124+
<label for="password-confirmation">Confirm new password</label>
125125
<Password
126126
v-model="updatePasswordForm.password_confirmation"
127127
:invalid="Boolean(updatePasswordForm.errors?.password_confirmation)"

0 commit comments

Comments
 (0)