Consistently use “Log in” everywhere
This commit is contained in:
@@ -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 && (
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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't try to login, you can safely ignore this email.
|
||||
If you didn't try to log in, you can safely ignore this email.
|
||||
</Text>
|
||||
<Image
|
||||
path="/emails/logo-mono.png"
|
||||
|
||||
Reference in New Issue
Block a user