@@ -461,9 +461,9 @@ impl Dashboard {
461461 "" ,
462462 " n New session" ,
463463 " a Assign follow-up work from selected session" ,
464- " b Rebalance backed-up delegate inboxes for selected lead" ,
465- " B Rebalance backed-up delegate inboxes across lead teams" ,
466- " i Drain unread task handoffs from selected session inbox " ,
464+ " b Rebalance backed-up delegate handoff backlog for selected lead" ,
465+ " B Rebalance backed-up delegate handoff backlog across lead teams" ,
466+ " i Drain unread task handoffs from selected lead " ,
467467 " g Auto-dispatch unread handoffs across lead sessions" ,
468468 " G Dispatch then rebalance backlog across lead teams" ,
469469 " p Toggle daemon auto-dispatch policy and persist config" ,
@@ -1622,7 +1622,7 @@ impl Dashboard {
16221622
16231623 lines. push ( String :: new ( ) ) ;
16241624 if self . selected_messages . is_empty ( ) {
1625- lines. push ( "Inbox clear" . to_string ( ) ) ;
1625+ lines. push ( "Message inbox clear" . to_string ( ) ) ;
16261626 } else {
16271627 lines. push ( "Recent messages:" . to_string ( ) ) ;
16281628 let recent = self
@@ -2365,7 +2365,7 @@ mod tests {
23652365 let text = dashboard. selected_session_metrics_text ( ) ;
23662366 assert ! ( text. contains( "Attention queue clear" ) ) ;
23672367 assert ! ( !text. contains( "Needs attention:" ) ) ;
2368- assert ! ( !text. contains( "Inbox focus-12" ) ) ;
2368+ assert ! ( !text. contains( "Backlog focus-12" ) ) ;
23692369 }
23702370
23712371 #[ test]
0 commit comments