diff --git a/core/kptui/src/main.rs b/core/kptui/src/main.rs index df6adc1..25d99f0 100644 --- a/core/kptui/src/main.rs +++ b/core/kptui/src/main.rs @@ -178,12 +178,7 @@ fn ui(frame: &mut Frame, app: &AppState, requested_view: ViewMode) { } fn render_conversations(frame: &mut Frame, app: &AppState, area: Rect, in_split: bool) { - let title = if in_split { - "Conversations (↑/↓ move, ▸ cursor, ● unread)" - } else { - "Conversations (↑/↓ move, Enter open, ● unread)" - }; - + let title = "Kordophone"; let items = app .conversations .iter()