From 9140899a3259bb5f9fb79e7ce6a98d6fa3983ddb Mon Sep 17 00:00:00 2001 From: Analicia Abernathy Date: Tue, 1 Oct 2024 17:56:41 -0500 Subject: [PATCH] ran .gitlab scripts --- app/translations/en_EN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/translations/en_EN.json b/app/translations/en_EN.json index c9fbe5b0..511e3e59 100644 --- a/app/translations/en_EN.json +++ b/app/translations/en_EN.json @@ -683,8 +683,8 @@ "taskIntervalType": "Task Interval Type must be one of the following: ", "typeBool": "must be true or false (type boolean)", "typeEmail": "must be of type email.", - "typeInteger": "must be a number.", "typeIntMinVal0": "must be an integer with a minimum value of 0.", + "typeInteger": "must be a number.", "typeList": "must be of type list/array ", "typeString": "must be of type string.", "userName": " must be of type string, all LOWERCASE, a minimum of 4 characters and a max of 20 characters" @@ -714,4 +714,4 @@ "webhook_body": "Webhook Body", "webhooks": "Webhooks" } -} \ No newline at end of file +}