finished reset password & other changes
This commit is contained in:
15
locales/custom/mailer/en.ts
Normal file
15
locales/custom/mailer/en.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
follow: 'Follow the link',
|
||||
click: 'Click',
|
||||
here: 'here',
|
||||
confirmed_email: 'to confirm email',
|
||||
subject: {
|
||||
send_verification_email: 'Complete email verification for site {site_name}',
|
||||
},
|
||||
body: {
|
||||
send_verification_email: {
|
||||
p1: 'You just signed up for {site_name}',
|
||||
p2: 'If you have not registered on this site, simply ignore this message.',
|
||||
},
|
||||
},
|
||||
} as const
|
||||
Reference in New Issue
Block a user