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 = () => {
123
123
{ ! MiscInfo . isDemo ? (
124
124
< > { MiscInfo . isManaged ? (
125
125
< 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!
128
128
</ p >
129
129
) : ( < >
130
130
< 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 = () => {
94
94
< div className = "app-container" >
95
95
< KernLogo />
96
96
< 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 >
98
98
< Flow onSubmit = { onSubmit } flow = { changedFlow } />
99
99
< div className = "link-container" >
100
100
< 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