chore: refactor account deletion email (#11772)

- Refactor `Marked for deletion` to be `Deletion due at` in the compliance email
This commit is contained in:
Vishnu Narayanan
2025-06-20 13:05:14 +05:30
committed by GitHub
parent ddada56753
commit 293a29ec98

View File

@@ -6,8 +6,8 @@
<strong>Chatwoot Installation:</strong> {{ meta.instance_url }}<br>
<strong>Account ID:</strong> {{ meta.account_id }}<br>
<strong>Account Name:</strong> {{ meta.account_name }}<br>
<strong>Deletion due at:</strong> {{ meta.marked_for_deletion_at }}<br>
<strong>Deleted At:</strong> {{ meta.deleted_at }}<br>
<strong>Marked for Deletion at:</strong> {{ meta.marked_for_deletion_at }}<br>
<strong>Deletion Reason:</strong> {{ meta.deletion_reason }}
</p>