diff --git a/src/windows/mod.rs b/src/windows/mod.rs index 690399b..2677e1f 100644 --- a/src/windows/mod.rs +++ b/src/windows/mod.rs @@ -641,7 +641,7 @@ impl WindowOps for IambWindow { state.set(items); List::new(store) - .empty_message("You do not have rooms or dms yet") + .empty_message("You do not have any unreads yet") .empty_alignment(Alignment::Center) .focus(focused) .render(area, buf, state);