@ -547,12 +547,12 @@ module.exports = class Alias extends Now {
if(canBePurchased){
const{price,period}=awaitpricePromise
constperiodMsg=`${period}yr${period>1?'s':''}, `
constperiodMsg=`${period}yr${period>1?'s':''}`
info(
`The domain ${aliasParam} is ${chalk.bold('available for purchase')}! ${elapsed()}`
`The domain ${aliasParam} is ${chalk.italic('available')} to buy under ${chalk.bold((currentTeam&¤tTeam.slug)||user.username||user.email)}! ${elapsed()}`
)
constconfirmation=awaitpromptBool(
`Buy now for ${chalk.bold(`$${price}`)} (${chalk.bold(periodMsg+(currentTeam&¤tTeam.slug)||user.username||user.email)})?`
`Buy now for ${chalk.bold(`$${price}`)} (${periodMsg})?`