Consistently use “Log in” everywhere

This commit is contained in:
Matt Aitken
2023-07-06 10:08:09 +01:00
parent a19845b4ca
commit dfedd3a6e8
4 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export async function loader({ request }: LoaderArgs) {
return redirectWithSuccessMessage(
"/",
request,
"Please login to accept the invite.",
"Please log in to accept the invite.",
{ ephemeral: false }
);
}
@@ -71,7 +71,7 @@ export default function LoginPage() {
<a href="https://trigger.dev">
<LogoIcon className="mb-4 h-16 w-16" />
</a>
<FormTitle divide={false} title="Create your Trigger.dev account" />
<FormTitle divide={false} title="Log in to Trigger.dev" />
<Fieldset>
<div className="flex flex-col gap-y-2">
{data.showGithubAuth && (
+1 -4
View File
@@ -130,10 +130,7 @@ export default function LoginMagicLinkPage() {
</>
) : (
<>
<FormTitle
divide={false}
title="Create your Trigger.dev account"
/>
<FormTitle divide={false} title="Log in to Trigger.dev" />
<Fieldset className="flex w-full flex-col items-center gap-y-2">
<InputGroup>
<Label>Your email address</Label>
+3 -3
View File
@@ -20,10 +20,10 @@ export default function Email({ magicLink }: { magicLink: string }) {
return (
<Html>
<Head />
<Preview>Login with this magic link 🪄</Preview>
<Preview>Log in with this magic link 🪄</Preview>
<Section style={main}>
<Container style={container}>
<Text style={h1}>Login to Trigger.dev</Text>
<Text style={h1}>Log in to Trigger.dev</Text>
<Link
href={magicLink}
target="_blank"
@@ -36,7 +36,7 @@ export default function Email({ magicLink }: { magicLink: string }) {
Click here to log in with this magic link
</Link>
<Text style={paragraphLight}>
If you didn&apos;t try to login, you can safely ignore this email.
If you didn&apos;t try to log in, you can safely ignore this email.
</Text>
<Image
path="/emails/logo-mono.png"