rename Contacts to Home

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-10 13:34:41 -07:00
parent e0f2e467d2
commit f39d554c96
2 changed files with 2 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ impl fmt::Display for Route {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
match self {
Route::Timeline(kind) => match kind {
TimelineKind::List(ListKind::Contact(_pk)) => write!(f, "Contacts"),
TimelineKind::List(ListKind::Contact(_pk)) => write!(f, "Home"),
TimelineKind::Algo(AlgoTimeline::LastPerPubkey(ListKind::Contact(_))) => {
write!(f, "Last Per Pubkey (Contact)")
}

View File

@@ -457,7 +457,7 @@ impl<'a> AddColumnView<'a> {
};
vec.push(ColumnOptionData {
title: "Contacts",
title: "Home",
description: "See notes from your contacts",
icon: app_images::home_image(),
option: AddColumnOption::Contacts(source),