From e96330afbfcb1234a0c889c32c1554333c5d13e7 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:59:56 +0100 Subject: [PATCH] fix: text casing --- .../client/src/features/auth/components/password-reset-form.tsx | 2 +- apps/client/src/pages/auth/invite-signup.tsx | 2 +- apps/client/src/pages/auth/setup-workspace.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/features/auth/components/password-reset-form.tsx b/apps/client/src/features/auth/components/password-reset-form.tsx index 373bf71..9896406 100644 --- a/apps/client/src/features/auth/components/password-reset-form.tsx +++ b/apps/client/src/features/auth/components/password-reset-form.tsx @@ -45,7 +45,7 @@ export function PasswordResetForm({ resetToken }: PasswordResetFormProps) { - Password Reset + Password reset
diff --git a/apps/client/src/pages/auth/invite-signup.tsx b/apps/client/src/pages/auth/invite-signup.tsx index 95c35c2..c113bb9 100644 --- a/apps/client/src/pages/auth/invite-signup.tsx +++ b/apps/client/src/pages/auth/invite-signup.tsx @@ -5,7 +5,7 @@ export default function InviteSignup() { return ( <> - Invitation signup - Docmost + Invitation Signup - Docmost diff --git a/apps/client/src/pages/auth/setup-workspace.tsx b/apps/client/src/pages/auth/setup-workspace.tsx index e24a592..8f1ba9b 100644 --- a/apps/client/src/pages/auth/setup-workspace.tsx +++ b/apps/client/src/pages/auth/setup-workspace.tsx @@ -32,7 +32,7 @@ export default function SetupWorkspace() { return ( <> - Setup workspace - Docmost + Setup Workspace - Docmost