From 2e28dc8735bbb3f8e10227117f3abd74fff5cbb8 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Thu, 12 Sep 2024 10:28:54 +0530 Subject: [PATCH] chore: reword description Signed-off-by: Akhil Narang --- frappe/email/doctype/notification/notification.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe/email/doctype/notification/notification.json b/frappe/email/doctype/notification/notification.json index f8bf276847..8128c64720 100644 --- a/frappe/email/doctype/notification/notification.json +++ b/frappe/email/doctype/notification/notification.json @@ -300,7 +300,7 @@ { "default": "0", "depends_on": "eval:doc.document_type && (doc.event==\"Minutes After\" || doc.event==\"Minutes Before\")", - "description": "Send earliest this amount of minutes before or after the reference datetime: actual sending can be delayed by up to 5 minutes due to the trigger cadence of the scheduler.", + "description": "Send at the earliest this number of minutes before or after the reference datetime. The actual sending may be delayed by up to 5 minutes due to the scheduler's trigger cadence.", "fieldname": "minutes_offset", "fieldtype": "Int", "label": "Minutes Offset" @@ -316,7 +316,7 @@ "icon": "fa fa-envelope", "index_web_pages_for_search": 1, "links": [], - "modified": "2024-09-07 15:14:34.869941", + "modified": "2024-09-12 10:28:35.077180", "modified_by": "Administrator", "module": "Email", "name": "Notification", @@ -339,4 +339,4 @@ "states": [], "title_field": "subject", "track_changes": 1 -} +} \ No newline at end of file