From 3491f9d88acf4fc89bdfb3bb20964d65c8ac609a Mon Sep 17 00:00:00 2001 From: Gursheen Anand Date: Mon, 15 Jul 2024 20:21:22 +0530 Subject: [PATCH] chore: add warning for workflow actions email --- frappe/templates/emails/workflow_action.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frappe/templates/emails/workflow_action.html b/frappe/templates/emails/workflow_action.html index 51ec9b6c01c..9cc6359244a 100644 --- a/frappe/templates/emails/workflow_action.html +++ b/frappe/templates/emails/workflow_action.html @@ -5,4 +5,7 @@ {{_(action.action_name)}} {% endfor %}

+
+ {{ _("The contents of this email are strictly confidential. Please do not forward this email to anyone.") }} +
\ No newline at end of file