File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ func (r *RootCmd) login() *serpent.Command {
239
239
240
240
if ! inv .ParsedFlags ().Changed ("first-user-trial" ) && os .Getenv (firstUserTrialEnv ) == "" {
241
241
v , _ := cliui .Prompt (inv , cliui.PromptOptions {
242
- Text : "Start a 30-day trial of Enterprise?" ,
242
+ Text : "Start a trial of Enterprise?" ,
243
243
IsConfirm : true ,
244
244
Default : "yes" ,
245
245
})
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export const SetupPageView: FC<SetupPageViewProps> = ({
190
190
191
191
< div css = { { fontSize : 14 , paddingTop : 4 } } >
192
192
< span css = { { display : "block" , fontWeight : 600 } } >
193
- Start a 30-day free trial of Enterprise
193
+ Start a free trial of Enterprise
194
194
</ span >
195
195
< span
196
196
css = { ( theme ) => ( {
You can’t perform that action at this time.
0 commit comments