File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ onMounted(() => {
2626
2727<template >
2828 <GuestAuthLayout >
29- <InertiaHead title =" Forgot Password " />
29+ <InertiaHead title =" Forgot password " />
3030
3131 <template
3232 v-if =" status "
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ onMounted(() => {
3636
3737<template >
3838 <GuestAuthLayout >
39- <InertiaHead title =" Reset Password " />
39+ <InertiaHead title =" Reset password " />
4040
4141 <template #title >
4242 <div class =" text-center" >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const verificationLinkSent = computed(
2525
2626<template >
2727 <GuestAuthLayout >
28- <InertiaHead title =" Email Verification " />
28+ <InertiaHead title =" Email verification " />
2929
3030 <template #title >
3131 <div class =" text-center" >
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ const updateProfileInformation = () => {
146146 pt:caption:class =" space-y-1"
147147 >
148148 <template #title >
149- Delete Account
149+ Delete account
150150 </template >
151151 <template #subtitle >
152152 Delete your account and all of its resources
You can’t perform that action at this time.
0 commit comments