From 6cc00050547abe127ef0ddb081880fef7a193faa Mon Sep 17 00:00:00 2001 From: RuisPipe Date: Mon, 12 Jul 2021 20:45:16 +0200 Subject: [PATCH] Added confirmAccountDeletion to template config --- templates/templates.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/templates.json b/templates/templates.json index f22e06e..3b18b89 100644 --- a/templates/templates.json +++ b/templates/templates.json @@ -28,11 +28,17 @@ }, { "_id": 1, - "fileName": "accountActivation", + "fileName": "confirmAccountDeletion", "languages": [ { "_id": 0, - "subject": "Account wurde erstellt" + "subject": "Account löschung", + "texts": { + "header": "Hallo {{.name}},", + "text": "Bitte bestätigen Sie, die Löschung Ihres Accountes.", + "buttonText": "Account löschen", + "alternativeUrl": "Link: " + } } ] }