Improve choose description in automation editor (#22769)

This commit is contained in:
Simon Lamon 2024-11-10 21:11:48 +01:00 committed by GitHub
parent 97a8b6da34
commit 919932e414
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3472,7 +3472,7 @@
"sequence": "Actions",
"description": {
"picker": "Choose what to do based on conditions (Similar to If-Then, but more powerful).",
"full": "Choose between {number} {number, plural,\n one {action}\n other{actions}\n}",
"full": "Choose {number, plural,\n one {an action}\n other{between {number} actions}\n}",
"no_action": "Choose an action"
}
},