From 17982e0bdc7d843973dff89f8a801f03877ca35d Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:11:20 +0100 Subject: [PATCH] Fix swapped plural and singular match use in and condition (#22815) * Fix swapped plural and singular match * Test if => if --- 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 19653aba39..7b7a7c72da 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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": {