From c80f0ea2a9d5ae0738f0c6c9d55d9f662762ddbb Mon Sep 17 00:00:00 2001 From: RBickert Date: Wed, 5 Oct 2022 10:53:17 +0200 Subject: [PATCH] Add new info in alerts view Change "Limit to projects" to "Limit to projects (including all of their active children)" to indicate that every child of a subscribed project will also be included in the notification rule. Signed-off-by: RBickert --- src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index e7e34551f..72931f3fe 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -487,7 +487,7 @@ "destination": "Destination", "delete_alert": "Delete Alert", "limit_to": "Limit To", - "limit_to_projects": "Limit to projects", + "limit_to_projects": "Limit to projects (including all of their active children)", "limit_to_tags": "Limit to Tags", "alert_created": "Alert created", "alert_deleted": "Alert deleted",