finished reset password & other changes
This commit is contained in:
13
locales/en/form.ts
Normal file
13
locales/en/form.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
label: {
|
||||
email: 'Email',
|
||||
password: 'Password',
|
||||
confirm_password: 'Confirm password',
|
||||
login: 'Login',
|
||||
name: 'Name',
|
||||
},
|
||||
placeholder: {
|
||||
email: 'dead.end@acme.com',
|
||||
name: 'John Doe',
|
||||
},
|
||||
} as const
|
||||
Reference in New Issue
Block a user