Files
webman-buildadmin-mall/web/src/lang/frontend/en/user/account/changePassword.ts
2026-03-18 17:19:03 +08:00

9 lines
385 B
TypeScript

export default {
'Change Password': 'Change Password',
'Old password': 'Old password',
'New password': 'New password',
'Confirm new password': 'Confirm new password',
'Please enter your current password': 'Please enter your current password',
'The duplicate password does not match the new password': 'The duplicate password does not match the new password',
}