mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-07 08:27:47 +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%]",
|
||||
"sequence": "Actions",
|
||||
"description": {
|
||||
"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}",
|
||||
"no_action": "Choose an action"
|
||||
"picker": "Choose what to do based on conditions (Similar to If-then, but more powerful).",
|
||||
"full": "Choose {number, plural,\n one {an option}\n other{between {number} options}\n}",
|
||||
"no_action": "Choose an option"
|
||||
}
|
||||
},
|
||||
"if": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user