From 4e079453769d4c6126ecbc16571115c0d060f9f6 Mon Sep 17 00:00:00 2001 From: Sumit Jain <59503001+sumitjain236@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:25:09 +0530 Subject: [PATCH] fix: Changed label from "Enabled" to "Enabled System Notification" in notification settings. (#37115) --- .../doctype/notification_settings/notification_settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/desk/doctype/notification_settings/notification_settings.json b/frappe/desk/doctype/notification_settings/notification_settings.json index d06aebc369..fa5abe02cf 100644 --- a/frappe/desk/doctype/notification_settings/notification_settings.json +++ b/frappe/desk/doctype/notification_settings/notification_settings.json @@ -23,7 +23,7 @@ "default": "1", "fieldname": "enabled", "fieldtype": "Check", - "label": "Enabled" + "label": "Enabled System Notification" }, { "fieldname": "subscribed_documents", @@ -98,7 +98,7 @@ "in_create": 1, "index_web_pages_for_search": 1, "links": [], - "modified": "2025-04-16 17:15:25.641232", + "modified": "2026-02-17 13:39:35.159083", "modified_by": "Administrator", "module": "Desk", "name": "Notification Settings",