Skip to content

Commit

Permalink
Correctly pair 'remove' with 'add' in description of To-do list card (#…
Browse files Browse the repository at this point in the history
…23044)

When using 'Add' in HA this should always pair with 'Remove', like 'Create' with 'Delete'.

The To-do list card introduces an inconsistent third word by using 'clear' instead of 'remove'.

This fixes this and also properly capitalizes "To-do list" as it's name like in all other Dashboard card types.
  • Loading branch information
NoRi2909 authored Nov 29, 2024
1 parent 0cf05ea commit 9701578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6379,7 +6379,7 @@
},
"todo-list": {
"name": "To-do list",
"description": "The to-do list card allows you to add, edit, check-off, and clear items from your to-do list.",
"description": "The To-do list card allows you to add, edit, check-off, and remove items from your to-do list.",
"integration_not_loaded": "This card requires the `todo` integration to be set up.",
"hide_completed": "Hide completed items"
},
Expand Down

0 comments on commit 9701578

Please sign in to comment.