Correctly pair 'remove' with 'add' in description of To-do list card (#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.
This commit is contained in:
Norbert Rittel 2024-11-29 07:35:45 +01:00 committed by GitHub
parent 0cf05ea2cc
commit 97015788a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},