From c2c64b9923bb1449df63235b9de807d4786fe1fa Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 6 Aug 2025 18:52:03 +0200 Subject: [PATCH] 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 --- src/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 5cd2b2624f..0466c4eb01 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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": {