Skip to content

Commit

Permalink
Fix swapped plural and singular match use in and condition (#22815)
Browse files Browse the repository at this point in the history
* Fix swapped plural and singular match

* Test if => if
  • Loading branch information
silamon authored Nov 14, 2024
1 parent b918862 commit 17982e0
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 @@ -3242,7 +3242,7 @@
"description": {
"picker": "Test if multiple conditions are true.",
"no_conditions": "If multiple conditions match",
"full": "If {count} {count, plural,\n one {condition match}\n other {conditions matches}\n}"
"full": "If {count} {count, plural,\n one {condition matches}\n other {conditions match}\n}"
}
},
"device": {
Expand Down

0 comments on commit 17982e0

Please sign in to comment.