mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
export default {
|
|
email: 'Not a valid E-Mail',
|
|
password: 'Password must be at least 8 characters',
|
|
username: 'Username is too short',
|
|
confirmPassword: 'Passwords do not match'
|
|
};
|