1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Clarify "wait_for_triggers" summary to reflect the OR condition (#30320)

This commit is contained in:
Norbert Rittel
2026-03-25 14:41:23 +01:00
committed by GitHub
parent efbbdbf3e8
commit 43da700ccc

View File

@@ -5492,7 +5492,7 @@
"description": {
"picker": "Waits for a trigger to perform a sequence of actions.",
"wait_for_a_trigger": "Wait for a trigger",
"wait_for_triggers": "Wait for {count} {count, plural,\n one {trigger}\n other {triggers}\n}"
"wait_for_triggers": "Wait for {count, plural,\n one {a trigger}\n other {one of {count} triggers}\n}"
}
},
"condition": {