From 3b26e0df77fa15b3db252193e96b2569da614409 Mon Sep 17 00:00:00 2001 From: Sumit Jain Date: Tue, 24 Feb 2026 11:08:06 +0530 Subject: [PATCH] fix: update label for notification settings --- .../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 fa5abe02cf..7f73c2bff4 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 System Notification" + "label": "Enable System Notification" }, { "fieldname": "subscribed_documents", @@ -98,7 +98,7 @@ "in_create": 1, "index_web_pages_for_search": 1, "links": [], - "modified": "2026-02-17 13:39:35.159083", + "modified": "2026-02-24 11:06:24.112935", "modified_by": "Administrator", "module": "Desk", "name": "Notification Settings",