feat: make prefix uppercase
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
2ba4758e50
commit
fc7a94d7a2
1 changed files with 3 additions and 3 deletions
|
|
@ -499,9 +499,9 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
prefix: {
|
prefix: {
|
||||||
mr: 'Mr.',
|
mr: 'MR.',
|
||||||
mrs: 'Mrs.',
|
mrs: 'MRS.',
|
||||||
miss: 'Miss.',
|
miss: 'MISS.',
|
||||||
},
|
},
|
||||||
|
|
||||||
citizenId: 'Citizen ID',
|
citizenId: 'Citizen ID',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue