Skip to content

Commit

Permalink
Updating labels (#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana authored Sep 5, 2023
1 parent 4ef29e6 commit 993bf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fides/api/models/messaging_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
},
},
MessagingActionType.PRIVACY_REQUEST_COMPLETE_ACCESS.value: {
"label": "Privacy request access completed",
"label": "Access request completed",
"content": {
"subject": "Your data is ready to be downloaded",
"body": "Your access request has been completed and can be downloaded at {{download_link}}. For security purposes, this secret link will expire in {{days}} days.",
},
},
MessagingActionType.PRIVACY_REQUEST_COMPLETE_DELETION.value: {
"label": "Privacy request erasure completed",
"label": "Erasure request completed",
"content": {
"subject": "Your data has been deleted",
"body": "Your erasure request has been completed.",
Expand Down

0 comments on commit 993bf88

Please sign in to comment.