finished reset password & other changes
This commit is contained in:
17
locales/en/db.ts
Normal file
17
locales/en/db.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
error: {
|
||||
update: {
|
||||
user_data: 'Could not update user data! Please, try again by reloading the page!',
|
||||
user_password: 'Could not update user password! Please, try again by reloading the page!',
|
||||
},
|
||||
common: {
|
||||
something_wrong: 'Oops! Something went wrong. Please, try again.',
|
||||
},
|
||||
},
|
||||
success: {
|
||||
update: {
|
||||
password_updated: 'Password updated successfully!',
|
||||
},
|
||||
},
|
||||
|
||||
} as const
|
||||
Reference in New Issue
Block a user