Skip to content

Commit

Permalink
Improve choose description in automation editor (#22769)
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon authored Nov 10, 2024
1 parent 97a8b6d commit 919932e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down

0 comments on commit 919932e

Please sign in to comment.