mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
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:
parent
0cf05ea2cc
commit
97015788a2
@ -6379,7 +6379,7 @@
|
|||||||
},
|
},
|
||||||
"todo-list": {
|
"todo-list": {
|
||||||
"name": "To-do 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.",
|
"integration_not_loaded": "This card requires the `todo` integration to be set up.",
|
||||||
"hide_completed": "Hide completed items"
|
"hide_completed": "Hide completed items"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user