We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503039f commit 4627b22Copy full SHA for 4627b22
cli/login.go
@@ -239,7 +239,7 @@ func (r *RootCmd) login() *serpent.Command {
239
240
if !inv.ParsedFlags().Changed("first-user-trial") && os.Getenv(firstUserTrialEnv) == "" {
241
v, _ := cliui.Prompt(inv, cliui.PromptOptions{
242
- Text: "Start a 30-day trial of Enterprise?",
+ Text: "Start a trial of Enterprise?",
243
IsConfirm: true,
244
Default: "yes",
245
})
site/src/pages/SetupPage/SetupPageView.tsx
@@ -190,7 +190,7 @@ export const SetupPageView: FC<SetupPageViewProps> = ({
190
191
<div css={{ fontSize: 14, paddingTop: 4 }}>
192
<span css={{ display: "block", fontWeight: 600 }}>
193
- Start a 30-day free trial of Enterprise
+ Start a free trial of Enterprise
194
</span>
195
<span
196
css={(theme) => ({
0 commit comments