Skip to content

Commit ac0ead9

Browse files
committed
fix: new password label typo...
1 parent bd53bc4 commit ac0ead9

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)