Skip to content

Commit 713fbe9

Browse files
committed
fix: missing sentence case items
1 parent 1cd38e2 commit 713fbe9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

resources/js/pages/auth/ForgotPassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

resources/js/pages/auth/ResetPassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

resources/js/pages/auth/VerifyEmail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

resources/js/pages/settings/Profile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)