@@ -10,7 +10,7 @@ import InputErrors from '@/components/InputErrors.vue';
1010
1111const breadcrumbs = [
1212 { label: ' Dashboard' , route: { name: ' dashboard' } },
13- { label: ' Password Settings ' },
13+ { label: ' Password settings ' },
1414];
1515
1616const toast = useToast ();
@@ -73,7 +73,7 @@ const submit = () => {
7373 pt: caption: class = " space-y-1"
7474 >
7575 < template #title>
76- Update Password
76+ Update password
7777 < / template>
7878 < template #subtitle>
7979 Ensure your account is using a long, random password to stay secure
@@ -84,7 +84,7 @@ const submit = () => {
8484 @submit .prevent = " submit"
8585 >
8686 < div class = " flex flex-col gap-2" >
87- < label for = " current-password" > Current Password < / label>
87+ < label for = " current-password" > Current password < / label>
8888 < Password
8989 ref= " current-password-input"
9090 v- model= " formData.current_password"
@@ -100,7 +100,7 @@ const submit = () => {
100100 < / div>
101101
102102 < div class = " flex flex-col gap-2" >
103- < label for = " password" > New Password < / label>
103+ < label for = " password" > New password < / label>
104104 < Password
105105 ref= " new-password-input"
106106 v- model= " formData.password"
@@ -115,7 +115,7 @@ const submit = () => {
115115 < / div>
116116
117117 < div class = " flex flex-col gap-2" >
118- < label for = " password-confirmation" > Confirm New Password < / label>
118+ < label for = " password-confirmation" > Confirm new password < / label>
119119 < Password
120120 v- model= " formData.password_confirmation"
121121 : invalid= " Boolean(validationErrors?.password_confirmation)"
0 commit comments