diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
index 5d002fc68..c2b034a9f 100644
--- a/src/i18n/locales/en.json
+++ b/src/i18n/locales/en.json
@@ -498,6 +498,7 @@
"delete_alert": "Delete Alert",
"limit_to": "Limit To",
"limit_to_projects": "Limit to projects",
+ "include_children": "Include active children of projects",
"limit_to_tags": "Limit to Tags",
"alert_created": "Alert created",
"alert_deleted": "Alert deleted",
diff --git a/src/views/administration/notifications/Alerts.vue b/src/views/administration/notifications/Alerts.vue
index 4efe1ec62..f2fe2af6d 100644
--- a/src/views/administration/notifications/Alerts.vue
+++ b/src/views/administration/notifications/Alerts.vue
@@ -155,6 +155,10 @@