Skip to content

Commit 4627b22

Browse files
committed
Remove day mention in product of trial
1 parent 503039f commit 4627b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func (r *RootCmd) login() *serpent.Command {
239239

240240
if !inv.ParsedFlags().Changed("first-user-trial") && os.Getenv(firstUserTrialEnv) == "" {
241241
v, _ := cliui.Prompt(inv, cliui.PromptOptions{
242-
Text: "Start a 30-day trial of Enterprise?",
242+
Text: "Start a trial of Enterprise?",
243243
IsConfirm: true,
244244
Default: "yes",
245245
})

site/src/pages/SetupPage/SetupPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export const SetupPageView: FC<SetupPageViewProps> = ({
190190

191191
<div css={{ fontSize: 14, paddingTop: 4 }}>
192192
<span css={{ display: "block", fontWeight: 600 }}>
193-
Start a 30-day free trial of Enterprise
193+
Start a free trial of Enterprise
194194
</span>
195195
<span
196196
css={(theme) => ({

0 commit comments

Comments
 (0)