From 20afe339231112e4d5ade9498386ac3c00e37e04 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Fri, 14 Jan 2022 09:35:42 +0100 Subject: [PATCH] refactor(CLI): Improve user message --- lib/cli/interactive-setup/dashboard-set-org.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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({