feat(ui): rename ToDo to Tasks in the list tray component

This commit is contained in:
Aniruddha Adak 2026-03-13 12:39:25 +05:30
parent 2d05396dd2
commit 63b1d2136e

View file

@ -54,7 +54,7 @@ export const TodoTray: React.FC = () => {
return (
<Checklist
title="Todo"
title="Tasks"
items={checklistItems}
isExpanded={uiState.showFullTodos}
toggleHint={`${formatCommand(Command.SHOW_FULL_TODOS)} to toggle`}