From 65a136c5b07f59658e9516ab87898dbfcf726395 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 7 Dec 2022 15:37:07 -0500 Subject: [PATCH] Update internal/cli/cli.go Co-authored-by: Rita Zerrizuela --- internal/cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/cli.go b/internal/cli/cli.go index 9b0f63813..e39bcb15d 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -208,7 +208,7 @@ func (c *cli) prepareTenant(ctx context.Context) (Tenant, error) { } if scopesChanged(t) && t.authenticatedWithDeviceCodeFlow() { - c.renderer.Warnf("Required scopes have changed. Please sign in to re-authorize the CLI.") + c.renderer.Warnf("Required scopes have changed. Please log in to re-authorize the CLI.") return RunLoginAsUser(ctx, c) }