Skip to content

Commit fc6e0a6

Browse files
authored
Remove "limited GA" phrasing
1 parent cf9b89d commit fc6e0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/spaces/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class Create extends Command {
6969
})
7070
ux.action.stop()
7171

72-
ux.warn(`${color.bold('Spend Alert.')} During the limited GA period, each Heroku ${spaceType} Private Space costs ~${dollarAmountHourly}/hour (max ${dollarAmountMonthly}/month), pro-rated to the second.`)
72+
ux.warn(`${color.bold('Spend Alert.')} Each Heroku ${spaceType} Private Space costs ~${dollarAmountHourly}/hour (max ${dollarAmountMonthly}/month), pro-rated to the second.`)
7373
ux.warn(`Use ${color.cmd('heroku spaces:wait')} to track allocation.`)
7474

7575
ux.styledHeader(space.name)

0 commit comments

Comments
 (0)