From 693c77ce1ccc05064c603479abe62681dbc655ea Mon Sep 17 00:00:00 2001 From: Virenbar Date: Mon, 21 Aug 2023 18:41:26 +0500 Subject: [PATCH] Fix AND condition description (#17630) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 74bb2f1ac7..042d14deff 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2521,7 +2521,7 @@ "label": "And", "description": { "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": {