diff --git a/lib/cli/interactive-setup/dashboard-set-org.js b/lib/cli/interactive-setup/dashboard-set-org.js index da5a57bacdd..e46b55bc783 100644 --- a/lib/cli/interactive-setup/dashboard-set-org.js +++ b/lib/cli/interactive-setup/dashboard-set-org.js @@ -33,12 +33,8 @@ const orgUpdateConfirm = async (stepHistory) => { }; const appUpdateConfirm = async (appName, orgName, stepHistory) => { - legacy.write( - "Service seems to have monitoring enabled, but configured app doesn't seem to exist in an organization.\n\n" - ); - log.notice( - "Service seems to have monitoring enabled, but configured app doesn't seem to exist in an organization." - ); + legacy.write('The "app" used in this Service does not yet exist in your Organization.\n\n'); + log.notice('The "app" used in this Service does not yet exist in your Organization.'); log.notice(); const appUpdateType = await promptWithHistory({