Files
deighton-ar/server/config/templates/templates.json5
John Lyon-Smith e80f5490d5 Initial commit
2018-02-22 17:57:27 -08:00

23 lines
537 B
Plaintext

{
accountDeleted: {
heading: 'Deighton AR Account Deleted Notification',
text: 'accountDeleted.txt'
},
changeEmailNew: {
heading: 'Deighton AR Change of Email Confirmation',
text: 'changeEmailNew.txt'
},
changeEmailOld: {
heading: 'Deighton AR Change of Email Request',
text: 'changeEmailOld.txt'
},
forgotPassword: {
heading: 'Deighton AR Password Reset Request',
text: 'forgotPassword.txt'
},
welcome: {
heading: 'Welcome to the Deighton AR System!',
text: 'welcome.txt'
}
}