Skip to content

Commit 507e3dc

Browse files
committed
Chore: Apply 'Identify' terminology across layout components
1 parent 9e69e9f commit 507e3dc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

web/src/app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ export default function RootLayout({
102102
localization={{
103103
signIn: {
104104
start: {
105-
title: 'Sign in to Saileela Rahasya',
106-
subtitle: 'Welcome back! Please sign in to continue your spiritual journey.',
105+
title: 'Identify yourself to Saileela Rahasya',
106+
subtitle: 'Welcome back! Please identify yourself to continue your spiritual journey.',
107107
}
108108
},
109109
signUp: {
110110
start: {
111-
title: 'Create account for Saileela Rahasya',
112-
subtitle: 'Join us to begin your journey of inquiry.',
111+
title: 'Identify yourself to Saileela Rahasya',
112+
subtitle: 'Join the collective to begin your journey of inquiry.',
113113
}
114114
}
115115
}}

web/src/components/layout/UtilityMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default function UtilityMenu() {
216216
</div>
217217
<div className="space-y-2">
218218
<h3 className="text-xl font-black text-gray-900">Join the Collective</h3>
219-
<p className="text-sm text-gray-500 leading-relaxed font-medium">Please sign in to share questions and access personalized spiritual guidance.</p>
219+
<p className="text-sm text-gray-500 leading-relaxed font-medium">Please identify yourself to share questions and access personalized spiritual guidance.</p>
220220
</div>
221221
<div className="pt-4">
222222
<SignInButton mode="modal">

0 commit comments

Comments
 (0)