mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Adjusts strings in create actions in Habitica integration (#140742)
Adjusts strings in create actions
This commit is contained in:
parent
2ece7fbc11
commit
8a552aef9d
@ -768,7 +768,7 @@
|
|||||||
"description": "[%key:component::habitica::common::notes_description%]"
|
"description": "[%key:component::habitica::common::notes_description%]"
|
||||||
},
|
},
|
||||||
"tag": {
|
"tag": {
|
||||||
"name": "[%key:component::habitica::common::tag_name%]",
|
"name": "[%key:component::habitica::common::tag_options_name%]",
|
||||||
"description": "[%key:component::habitica::common::tag_description%]"
|
"description": "[%key:component::habitica::common::tag_description%]"
|
||||||
},
|
},
|
||||||
"alias": {
|
"alias": {
|
||||||
@ -868,7 +868,7 @@
|
|||||||
"description": "[%key:component::habitica::common::notes_description%]"
|
"description": "[%key:component::habitica::common::notes_description%]"
|
||||||
},
|
},
|
||||||
"tag": {
|
"tag": {
|
||||||
"name": "[%key:component::habitica::common::tag_name%]",
|
"name": "[%key:component::habitica::common::tag_options_name%]",
|
||||||
"description": "[%key:component::habitica::common::tag_description%]"
|
"description": "[%key:component::habitica::common::tag_description%]"
|
||||||
},
|
},
|
||||||
"alias": {
|
"alias": {
|
||||||
@ -1008,7 +1008,7 @@
|
|||||||
"description": "[%key:component::habitica::common::notes_description%]"
|
"description": "[%key:component::habitica::common::notes_description%]"
|
||||||
},
|
},
|
||||||
"tag": {
|
"tag": {
|
||||||
"name": "[%key:component::habitica::common::tag_name%]",
|
"name": "[%key:component::habitica::common::tag_options_name%]",
|
||||||
"description": "[%key:component::habitica::common::tag_description%]"
|
"description": "[%key:component::habitica::common::tag_description%]"
|
||||||
},
|
},
|
||||||
"alias": {
|
"alias": {
|
||||||
@ -1024,11 +1024,11 @@
|
|||||||
"description": "[%key:component::habitica::common::date_description%]"
|
"description": "[%key:component::habitica::common::date_description%]"
|
||||||
},
|
},
|
||||||
"reminder": {
|
"reminder": {
|
||||||
"name": "[%key:component::habitica::common::reminder_name%]",
|
"name": "[%key:component::habitica::common::reminder_options_name%]",
|
||||||
"description": "[%key:component::habitica::common::reminder_description%]"
|
"description": "[%key:component::habitica::common::reminder_description%]"
|
||||||
},
|
},
|
||||||
"add_checklist_item": {
|
"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%]"
|
"description": "[%key:component::habitica::common::add_checklist_item_description%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user