Skip to content

Commit

Permalink
Merge pull request frappe#27120 from GursheenK/workflow-action-email-…
Browse files Browse the repository at this point in the history
…warning

chore: add warning for workflow actions email
  • Loading branch information
GursheenK committed Jul 15, 2024
2 parents f2d418c + 3491f9d commit f569823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frappe/templates/emails/workflow_action.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
<a class="btn {% if action.is_primary %} btn-primary {% endif %}" style="margin-right: 10px" href="{{ action.action_link }}">{{_(action.action_name)}}</a>
{% endfor %}
</p>
<div class="text-muted text-small" style="padding-top: 20px;">
{{ _("The contents of this email are strictly confidential. Please do not forward this email to anyone.") }}
</div>
</div>

0 comments on commit f569823

Please sign in to comment.