feat: make prefix uppercase
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
fc7a94d7a2
commit
6b55701afb
2 changed files with 6 additions and 6 deletions
|
|
@ -183,15 +183,15 @@
|
|||
|
||||
"prefix": [
|
||||
{
|
||||
"label": "Mr",
|
||||
"label": "MR",
|
||||
"value": "mr"
|
||||
},
|
||||
{
|
||||
"label": "Mrs",
|
||||
"label": "MRS",
|
||||
"value": "mrs"
|
||||
},
|
||||
{
|
||||
"label": "Miss",
|
||||
"label": "MISS",
|
||||
"value": "miss"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -496,9 +496,9 @@ export default {
|
|||
},
|
||||
|
||||
prefix: {
|
||||
mr: 'Mr.',
|
||||
mrs: 'Mrs.',
|
||||
miss: 'Miss.',
|
||||
mr: 'MR.',
|
||||
mrs: 'MRS.',
|
||||
miss: 'MISS.',
|
||||
},
|
||||
|
||||
citizenId: 'บัตรประจำตัวประชาชน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue