diff --git a/lib/cli/src/commands/login.rs b/lib/cli/src/commands/login.rs index 27258c0ea77..e5d897c574a 100644 --- a/lib/cli/src/commands/login.rs +++ b/lib/cli/src/commands/login.rs @@ -251,9 +251,7 @@ impl Login { .with_prompt(format!( "{} {} - [y/{}]", style("?").yellow().bold(), - style("Do you want to login with another user?") - .bright() - .bold(), + style("Do you want to login again?").bright().bold(), style("N").green().bold() )) .show_default(false)