diff --git a/src/commands/whoami.rs b/src/commands/whoami.rs index 75d5a3942..58a39c1cc 100644 --- a/src/commands/whoami.rs +++ b/src/commands/whoami.rs @@ -3,7 +3,7 @@ use crate::terminal::{emoji, message}; pub fn whoami(user: &GlobalUser) { let msg = format!( - "{} You are logged with the email '{}'.", + "{} You are logged in with the email '{}'.", emoji::WAVING, user.email );