From ad38661d926a301c0b2c8bc081f37044f3b2bb17 Mon Sep 17 00:00:00 2001 From: kylehakala Date: Fri, 5 Jan 2024 13:07:22 -0600 Subject: [PATCH] Fix typo in field text of Detection Pattern (#158) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index a28c52d..e049c7c 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -53,7 +53,7 @@ "label": "Label", "color": "Color", "icon": "Icon", - "pattern": "Detection patter" + "pattern": "Detection pattern" } } } @@ -74,4 +74,4 @@ "daysleft_more_from_till": "in days\nbetween and " } } -} \ No newline at end of file +}