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 014d0f0 + ea805d2 commit 5a16226Copy full SHA for 5a16226
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