Skip to content

Commit 919932e

Browse files
authored
Improve choose description in automation editor (#22769)
1 parent 97a8b6d commit 919932e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translations/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3472,7 +3472,7 @@
34723472
"sequence": "Actions",
34733473
"description": {
34743474
"picker": "Choose what to do based on conditions (Similar to If-Then, but more powerful).",
3475-
"full": "Choose between {number} {number, plural,\n one {action}\n other{actions}\n}",
3475+
"full": "Choose {number, plural,\n one {an action}\n other{between {number} actions}\n}",
34763476
"no_action": "Choose an action"
34773477
}
34783478
},

0 commit comments

Comments
 (0)