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) }