File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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't have an account yet?
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments