mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
feat(ui): rename ToDo to Tasks in the list tray component
This commit is contained in:
parent
2d05396dd2
commit
63b1d2136e
1 changed files with 1 additions and 1 deletions
|
|
@ -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`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue