Adjusts strings in create actions in Habitica integration ()

Adjusts strings in create actions
pull/140750/head
Manu 2025-03-16 19:33:28 +01:00 committed by GitHub
parent 2ece7fbc11
commit 8a552aef9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions
homeassistant/components/habitica

View File

@ -768,7 +768,7 @@
"description": "[%key:component::habitica::common::notes_description%]"
},
"tag": {
"name": "[%key:component::habitica::common::tag_name%]",
"name": "[%key:component::habitica::common::tag_options_name%]",
"description": "[%key:component::habitica::common::tag_description%]"
},
"alias": {
@ -868,7 +868,7 @@
"description": "[%key:component::habitica::common::notes_description%]"
},
"tag": {
"name": "[%key:component::habitica::common::tag_name%]",
"name": "[%key:component::habitica::common::tag_options_name%]",
"description": "[%key:component::habitica::common::tag_description%]"
},
"alias": {
@ -1008,7 +1008,7 @@
"description": "[%key:component::habitica::common::notes_description%]"
},
"tag": {
"name": "[%key:component::habitica::common::tag_name%]",
"name": "[%key:component::habitica::common::tag_options_name%]",
"description": "[%key:component::habitica::common::tag_description%]"
},
"alias": {
@ -1024,11 +1024,11 @@
"description": "[%key:component::habitica::common::date_description%]"
},
"reminder": {
"name": "[%key:component::habitica::common::reminder_name%]",
"name": "[%key:component::habitica::common::reminder_options_name%]",
"description": "[%key:component::habitica::common::reminder_description%]"
},
"add_checklist_item": {
"name": "[%key:component::habitica::common::add_checklist_item_name%]",
"name": "[%key:component::habitica::common::checklist_options_name%]",
"description": "[%key:component::habitica::common::add_checklist_item_description%]"
}
},