From 2198799f73e9fdbbdc377c8effcea8f1a933eff7 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Thu, 26 Jan 2023 19:31:22 +0100 Subject: [PATCH] refactor: Improve warning message --- lib/cli/interactive-setup/console-setup-iam-role.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/interactive-setup/console-setup-iam-role.js b/lib/cli/interactive-setup/console-setup-iam-role.js index 2ed681f80..4208a5d6f 100644 --- a/lib/cli/interactive-setup/console-setup-iam-role.js +++ b/lib/cli/interactive-setup/console-setup-iam-role.js @@ -102,7 +102,7 @@ module.exports = { }); log.warning( 'Cannot integrate with Serverless Console: ' + - 'AWS account seems already integrated with other org' + 'AWS account is already integrated with another org' ); context.inapplicabilityReasonCode = 'AWS_ACCOUNT_ALREADY_INTEGRATED'; return false;