We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87708e6 + 1517754 commit 2afdd48Copy full SHA for 2afdd48
resources/js/pages/settings/Password.vue
@@ -121,7 +121,7 @@ const updatePassword = () => {
121
</Message>
122
</div>
123
<div class="flex flex-col gap-2">
124
- <label for="password-confirmation">Confirm pew password</label>
+ <label for="password-confirmation">Confirm new password</label>
125
<Password
126
v-model="updatePasswordForm.password_confirmation"
127
:invalid="Boolean(updatePasswordForm.errors?.password_confirmation)"
0 commit comments