Skip to content

Commit 86df834

Browse files
Link name for register an account changed (#11)
1 parent c84bc85 commit 86df834

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ const Login: NextPage = () => {
123123
{!MiscInfo.isDemo ? (
124124
<>{MiscInfo.isManaged ? (
125125
<p className="text-paragraph">Or
126-
<a className="link" data-testid="cta-link" href="/auth/registration"> start your 14-day free trial</a>
127-
- no credit card required!
126+
<a className="link" data-testid="cta-link" href="/auth/registration"> Register account </a> -
127+
no credit card required!
128128
</p>
129129
) : (<>
130130
<p className="text-paragraph">You don&apos;t have an account yet?

pages/registration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const Registration: NextPage = () => {
9494
<div className="app-container">
9595
<KernLogo />
9696
<div id="signup">
97-
<h2 className="title">{MiscInfo.isManaged ? 'Start your 14-day free trial' : 'Sign up for a local account'}</h2>
97+
<h2 className="title">{MiscInfo.isManaged ? 'Register account' : 'Sign up for a local account'}</h2>
9898
<Flow onSubmit={onSubmit} flow={changedFlow} />
9999
<div className="link-container">
100100
<a className="link" data-testid="forgot-password" href="/auth/login">Go back to login</a>

0 commit comments

Comments
 (0)