mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-10 09:57:45 +00:00
Fix summary for Choose building block by counting options (#26409)
* Fix summary for Choose building block * Sentence-case "If-then" to match label of that building block
This commit is contained in:
parent
9968c27a8e
commit
c2c64b9923
@ -4418,9 +4418,9 @@
|
|||||||
"no_conditions": "[%key:ui::panel::config::devices::automation::conditions::no_conditions%]",
|
"no_conditions": "[%key:ui::panel::config::devices::automation::conditions::no_conditions%]",
|
||||||
"sequence": "Actions",
|
"sequence": "Actions",
|
||||||
"description": {
|
"description": {
|
||||||
"picker": "Choose what to do based on conditions (Similar to If-Then, but more powerful).",
|
"picker": "Choose what to do based on conditions (Similar to If-then, but more powerful).",
|
||||||
"full": "Choose {number, plural,\n one {an action}\n other{between {number} actions}\n}",
|
"full": "Choose {number, plural,\n one {an option}\n other{between {number} options}\n}",
|
||||||
"no_action": "Choose an action"
|
"no_action": "Choose an option"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"if": {
|
"if": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user