feat: make prefix uppercase
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
Methapon2001 2025-07-09 13:52:44 +07:00
parent fc7a94d7a2
commit 6b55701afb
2 changed files with 6 additions and 6 deletions

View file

@ -183,15 +183,15 @@
"prefix": [
{
"label": "Mr",
"label": "MR",
"value": "mr"
},
{
"label": "Mrs",
"label": "MRS",
"value": "mrs"
},
{
"label": "Miss",
"label": "MISS",
"value": "miss"
}
],