This commit is contained in:
ANIRUDDHA ADAK 2026-04-21 15:50:15 +05:30 committed by GitHub
commit 0f4afcfa6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`}