Fix AND condition description (#17630)

This commit is contained in:
Virenbar 2023-08-21 18:41:26 +05:00 committed by GitHub
parent a725b6c9de
commit 693c77ce1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2521,7 +2521,7 @@
"label": "And", "label": "And",
"description": { "description": {
"no_conditions": "Test if multiple conditions match", "no_conditions": "Test if multiple conditions match",
"full": "Test if any of {count} {count, plural,\n one {condition match}\n other {conditions matches}\n}" "full": "Test if {count} {count, plural,\n one {condition match}\n other {conditions matches}\n}"
} }
}, },
"device": { "device": {