chore: add warning for workflow actions email

This commit is contained in:
Gursheen Anand 2024-07-15 20:21:22 +05:30
parent 41073a9885
commit 3491f9d88a

View file

@ -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>