diff --git a/Composer/packages/client/src/pages/setting/deployment/deployWizard.js b/Composer/packages/client/src/pages/setting/deployment/deployWizard.js index a44c84f7e7..a481b7f75d 100644 --- a/Composer/packages/client/src/pages/setting/deployment/deployWizard.js +++ b/Composer/packages/client/src/pages/setting/deployment/deployWizard.js @@ -57,9 +57,9 @@ export const DeployWizard = props => { children: , }, { - title: formatMessage('Deploy your Bot'), + title: formatMessage('Publish your Bot'), subText: - 'Deploy your bot code and Composer assets to Azure using the command below. Run this any time you want to update your bot on Azure.', + 'Publish your bot code and Composer assets to Azure using the command below. Run this any time you want to update your bot on Azure.', children: , }, ]; diff --git a/Composer/packages/client/src/pages/setting/deployment/deployWizardStep-getDeploy.js b/Composer/packages/client/src/pages/setting/deployment/deployWizardStep-getDeploy.js index f9b18fbee1..ea8865d524 100644 --- a/Composer/packages/client/src/pages/setting/deployment/deployWizardStep-getDeploy.js +++ b/Composer/packages/client/src/pages/setting/deployment/deployWizardStep-getDeploy.js @@ -28,7 +28,7 @@ export const DeployWizardStep3 = props => { {

{formatMessage( - 'Copy the commands above, and paste them into your terminal. The output will look like the screenshot below. Note that it may take several minutes for the deploy to complete.' + 'Copy the commands above, and paste them into your terminal. The output will look like the screenshot below. Note that it may take several minutes for the publish to complete.' )}