From 84103bb8ed4cde0b1fb4a8d2d641a6c0d6282293 Mon Sep 17 00:00:00 2001 From: Karthik Sankar Date: Tue, 20 May 2025 21:08:50 -0400 Subject: [PATCH] Fix typo "longet" `longet` should have been `longer` --- front/plugins/newdev_template/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/plugins/newdev_template/config.json b/front/plugins/newdev_template/config.json index 9259b3a2..c0a2f609 100755 --- a/front/plugins/newdev_template/config.json +++ b/front/plugins/newdev_template/config.json @@ -1150,7 +1150,7 @@ "description": [ { "language_code": "en_us", - "string": "Indicates whether an alert should be triggered when the device goes down. The device has to be down for longet than the time set in the Alert Down After NTFPRCS_alert_down_time setting." + "string": "Indicates whether an alert should be triggered when the device goes down. The device has to be down for longer than the time set in the Alert Down After NTFPRCS_alert_down_time setting." } ] }, @@ -1633,4 +1633,4 @@ ], "required": [], "additionalProperties": false -} \ No newline at end of file +}