mention: change ?? to @???

More consistent with the other label

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-12-17 12:19:58 -08:00
parent 49fe7ae5c7
commit ed5b1c4cf4

View File

@@ -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(