fix(02): only letter and number username

This commit is contained in:
puriphatt 2024-08-29 14:07:43 +07:00
parent 30379bfe25
commit dc3e9ae0d1
4 changed files with 10 additions and 1 deletions

View file

@ -135,6 +135,7 @@ export default {
please: 'Please enter {msg} correct information.',
invalid: 'Invalid value.',
invalidCustomeMessage: 'Invalid value. {msg}',
letterAndNumOnly: 'Only letters and number are allowed',
},
warning: {
title: 'Warning {msg}',

View file

@ -135,6 +135,7 @@ export default {
please: 'โปรดใส่ข้อมูล{msg}ให้ถูกต้อง',
invalid: 'ข้อมูลไม่ถูกต้อง',
invalidCustomeMessage: 'ข้อมูลไม่ถูกต้อง {msg}',
letterAndNumOnly: 'โปรดใช้เฉพาะภาษาอังกฤษและตัวเลขเท่านั้น',
},
warning: {
title: 'แจ้งเตือน {msg}',