use i18n in event confirmation email

This commit is contained in:
les
2021-07-28 10:31:08 +02:00
parent 45a22b094a
commit 7a34c98ce4
3 changed files with 12 additions and 6 deletions

View File

@@ -18,5 +18,8 @@
"admin_register": {
"subject": "New registration",
"content": "{{user.email}} has requested registration on {{config.title}}: <br/><pre>{{user.description}}</pre><br/> Confirm it <a href='{{config.baseurl}}/admin'>here</a>."
}
},
"event_confirm": {
"content": "You can confirm this event at <a href='{{url}}'>this page</a>"
}
}