@@ -17,7 +17,7 @@ defineProps({
1717
1818const breadcrumbs = [
1919 { label: ' Dashboard' , route: route (' dashboard' ) },
20- { label: ' Password Settings ' },
20+ { label: ' Password settings ' },
2121];
2222
2323const currentPasswordInput = useTemplateRef (' current-password-input' );
@@ -67,15 +67,15 @@ const updatePassword = () => {
6767
6868< template>
6969 < AppLayout : breadcrumbs>
70- < InertiaHead title= " Password Settings " / >
70+ < InertiaHead title= " Password settings " / >
7171
7272 < SettingsLayout>
7373 < Card
7474 pt: body: class = " max-w-2xl space-y-3"
7575 pt: caption: class = " space-y-1"
7676 >
7777 < template #title>
78- Update Password
78+ Update password
7979 < / template>
8080 < template #subtitle>
8181 Ensure your account is using a long, random password to stay secure
@@ -86,7 +86,7 @@ const updatePassword = () => {
8686 @submit .prevent = " updatePassword"
8787 >
8888 < div class = " flex flex-col gap-2" >
89- < label for = " current-password" > Current Password < / label>
89+ < label for = " current-password" > Current password < / label>
9090 < Password
9191 ref= " current-password-input"
9292 v- model= " updatePasswordForm.current_password"
@@ -108,7 +108,7 @@ const updatePassword = () => {
108108 < / Message>
109109 < / div>
110110 < div class = " flex flex-col gap-2" >
111- < label for = " password" > New Password < / label>
111+ < label for = " password" > New password < / label>
112112 < Password
113113 ref= " new-password-input"
114114 v- model= " updatePasswordForm.password"
@@ -129,7 +129,7 @@ const updatePassword = () => {
129129 < / Message>
130130 < / div>
131131 < div class = " flex flex-col gap-2" >
132- < label for = " password-confirmation" > Confirm New Password < / label>
132+ < label for = " password-confirmation" > Confirm pew password < / label>
133133 < Password
134134 v- model= " updatePasswordForm.password_confirmation"
135135 : invalid= " Boolean(updatePasswordForm.errors?.password_confirmation)"
0 commit comments