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": [
|
"prefix": [
|
||||||
{
|
{
|
||||||
"label": "Mr",
|
"label": "MR",
|
||||||
"value": "mr"
|
"value": "mr"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Mrs",
|
"label": "MRS",
|
||||||
"value": "mrs"
|
"value": "mrs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Miss",
|
"label": "MISS",
|
||||||
"value": "miss"
|
"value": "miss"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -496,9 +496,9 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
prefix: {
|
prefix: {
|
||||||
mr: 'Mr.',
|
mr: 'MR.',
|
||||||
mrs: 'Mrs.',
|
mrs: 'MRS.',
|
||||||
miss: 'Miss.',
|
miss: 'MISS.',
|
||||||
},
|
},
|
||||||
|
|
||||||
citizenId: 'บัตรประจำตัวประชาชน',
|
citizenId: 'บัตรประจำตัวประชาชน',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue