From 313eafb2db38e8d30e186684847a2d53bb9b0d4d Mon Sep 17 00:00:00 2001 From: Chris Whitten Date: Tue, 10 Mar 2020 15:35:50 -0700 Subject: [PATCH] Deploy to publish --- .../client/src/pages/setting/deployment/deployWizard.js | 4 ++-- .../pages/setting/deployment/deployWizardStep-getDeploy.js | 4 ++-- .../packages/client/src/pages/setting/deployment/index.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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.' )}