Skip to content

Commit

Permalink
Remove "limited GA" phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
friism authored Nov 20, 2024
1 parent cf9b89d commit fc6e0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/spaces/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class Create extends Command {
})
ux.action.stop()

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.`)
ux.warn(`${color.bold('Spend Alert.')} Each Heroku ${spaceType} Private Space costs ~${dollarAmountHourly}/hour (max ${dollarAmountMonthly}/month), pro-rated to the second.`)
ux.warn(`Use ${color.cmd('heroku spaces:wait')} to track allocation.`)

ux.styledHeader(space.name)
Expand Down

0 comments on commit fc6e0a6

Please sign in to comment.