Fix swapped plural and singular match use in and condition (#22815)

* Fix swapped plural and singular match

* Test if => if
This commit is contained in:
Simon Lamon 2024-11-14 08:11:20 +01:00 committed by GitHub
parent b918862bb1
commit 17982e0bdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3242,7 +3242,7 @@
"description": { "description": {
"picker": "Test if multiple conditions are true.", "picker": "Test if multiple conditions are true.",
"no_conditions": "If multiple conditions match", "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": { "device": {