diff --git a/lib/defaults/actions/RegionCreate.js b/lib/defaults/actions/RegionCreate.js index c71a8c906..38bc7e032 100644 --- a/lib/defaults/actions/RegionCreate.js +++ b/lib/defaults/actions/RegionCreate.js @@ -214,7 +214,7 @@ JAWS_DATA_MODEL_STAGE=${stage}`; _createCfStack(cfTemplateUrl) { let _this = this; - JawsCLI.log('Creating CloudFormation Stack for your new project (~5 mins)...'); + JawsCLI.log('Creating CloudFormation Stack for your new region (~5 mins)...'); this._spinner = JawsCLI.spinner(); this._spinner.start(); diff --git a/lib/defaults/actions/StageCreate.js b/lib/defaults/actions/StageCreate.js index 381762f65..16b8f30b8 100644 --- a/lib/defaults/actions/StageCreate.js +++ b/lib/defaults/actions/StageCreate.js @@ -210,7 +210,7 @@ JAWS_DATA_MODEL_STAGE=${stage}`; _createCfStack(cfTemplateUrl) { let _this = this; - JawsCLI.log('Creating CloudFormation Stack for your new project (~5 mins)...'); + JawsCLI.log('Creating CloudFormation Stack for your new stage (~5 mins)...'); this._spinner = JawsCLI.spinner(); this._spinner.start();