From f9accdd15c6951fc9d12f005f8a2224f23959125 Mon Sep 17 00:00:00 2001 From: Vadim Aleksandrov Date: Wed, 10 Jan 2024 01:22:06 +0300 Subject: [PATCH] swap descriptions for checkall and stopfirst labels in en-US locale --- nodes/locales/en-US/10-position-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/locales/en-US/10-position-config.json b/nodes/locales/en-US/10-position-config.json index 197ee8e..d28afd8 100644 --- a/nodes/locales/en-US/10-position-config.json +++ b/nodes/locales/en-US/10-position-config.json @@ -11,8 +11,8 @@ "suntimeObj": "{next suntime}", "blank": "\"\"", "nothing": "nothing", - "checkall": "stopping after first match (if)", - "stopfirst": "checking all rules", + "checkall": "checking all rules", + "stopfirst": "stopping after first match (if)", "nextOccurrence": "next occurrence", "on": "on", "validForDays": "valid days",