mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-13 00:02:30 +10:00
fix: text casing
This commit is contained in:
@ -45,7 +45,7 @@ export function PasswordResetForm({ resetToken }: PasswordResetFormProps) {
|
|||||||
<Container size={420} my={40} className={classes.container}>
|
<Container size={420} my={40} className={classes.container}>
|
||||||
<Box p="xl" mt={200}>
|
<Box p="xl" mt={200}>
|
||||||
<Title order={2} ta="center" fw={500} mb="md">
|
<Title order={2} ta="center" fw={500} mb="md">
|
||||||
Password Reset
|
Password reset
|
||||||
</Title>
|
</Title>
|
||||||
|
|
||||||
<form onSubmit={form.onSubmit(onSubmit)}>
|
<form onSubmit={form.onSubmit(onSubmit)}>
|
||||||
|
|||||||
@ -5,7 +5,7 @@ export default function InviteSignup() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>Invitation signup - Docmost</title>
|
<title>Invitation Signup - Docmost</title>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<InviteSignUpForm />
|
<InviteSignUpForm />
|
||||||
</>
|
</>
|
||||||
|
|||||||
@ -32,7 +32,7 @@ export default function SetupWorkspace() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>Setup workspace - Docmost</title>
|
<title>Setup Workspace - Docmost</title>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<SetupWorkspaceForm />
|
<SetupWorkspaceForm />
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user