From ed5b1c4cf440df26634cbacde01fb2892031a7db Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 17 Dec 2024 12:19:58 -0800 Subject: [PATCH] mention: change ?? to @??? More consistent with the other label Signed-off-by: William Casarin --- crates/notedeck_columns/src/ui/mention.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/notedeck_columns/src/ui/mention.rs b/crates/notedeck_columns/src/ui/mention.rs index 7fc5f380..46210fbd 100644 --- a/crates/notedeck_columns/src/ui/mention.rs +++ b/crates/notedeck_columns/src/ui/mention.rs @@ -76,7 +76,7 @@ fn mention_ui( if let Some(name) = profile.as_ref().and_then(crate::profile::get_profile_name) { format!("@{}", name.username()) } else { - "??".to_string() + "@???".to_string() }; let resp = ui.add(