Added confirmAccountDeletion to template config
parent
d2c22d2dc1
commit
6cc0005054
|
@ -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: "
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue