From c0bfb0d4e4c6776d707df27accdd1f6be857081f Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Thu, 31 Oct 2024 15:19:18 +1100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8Better=20descriptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/plugins/newdev_template/config.json | 2 +- front/plugins/ui_settings/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/plugins/newdev_template/config.json b/front/plugins/newdev_template/config.json index c7832d6e..45b6d73b 100755 --- a/front/plugins/newdev_template/config.json +++ b/front/plugins/newdev_template/config.json @@ -700,7 +700,7 @@ "description": [ { "language_code": "en_us", - "string": "Indicates whether events related to the device should trigger alerts. The default value of the Alert All Events checkbox." + "string": "Indicates whether events related to the device should trigger alerts. The default value of the Alert Events checkbox. Down and New Device notifications are always sent unless unselected in NTFPRCS_INCLUDED_SECTIONS." } ] }, diff --git a/front/plugins/ui_settings/config.json b/front/plugins/ui_settings/config.json index 90a146ca..19454edb 100755 --- a/front/plugins/ui_settings/config.json +++ b/front/plugins/ui_settings/config.json @@ -458,7 +458,7 @@ "description": [ { "language_code": "en_us", - "string": "Hide Device tiles with zero results." + "string": "Hide Tiles in the Devices pages with zero results." } ] },