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:
Norbert Rittel 2025-08-06 18:52:03 +02:00 committed by GitHub
parent 9968c27a8e
commit c2c64b9923
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {