From 6b55701afbaa6339f910fb1e73ba8f45de67be22 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:52:44 +0700 Subject: [PATCH] feat: make prefix uppercase --- public/option/option.json | 6 +++--- src/i18n/tha.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/option/option.json b/public/option/option.json index c5ea33cd..963c4ad2 100644 --- a/public/option/option.json +++ b/public/option/option.json @@ -183,15 +183,15 @@ "prefix": [ { - "label": "Mr", + "label": "MR", "value": "mr" }, { - "label": "Mrs", + "label": "MRS", "value": "mrs" }, { - "label": "Miss", + "label": "MISS", "value": "miss" } ], diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 57eeb57d..ce4c02bb 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -496,9 +496,9 @@ export default { }, prefix: { - mr: 'Mr.', - mrs: 'Mrs.', - miss: 'Miss.', + mr: 'MR.', + mrs: 'MRS.', + miss: 'MISS.', }, citizenId: 'บัตรประจำตัวประชาชน',