diff --git a/public/locales/en-US/dashboard.json b/public/locales/en-US/dashboard.json
index de75f67..b16a126 100644
--- a/public/locales/en-US/dashboard.json
+++ b/public/locales/en-US/dashboard.json
@@ -726,6 +726,7 @@
"giftCodeAmount": "Amount",
"giftCode": "Gift Code",
"giftCodeStatus": "Status",
+ "giftCodeUsedBy": "Used by",
"giftCodeUsed": "Used",
"giftCodeUnused": "Available",
"giftCodeDeleted": "Gift code deleted successfully",
diff --git a/public/locales/ja-JP/dashboard.json b/public/locales/ja-JP/dashboard.json
index cc5a31a..1926457 100644
--- a/public/locales/ja-JP/dashboard.json
+++ b/public/locales/ja-JP/dashboard.json
@@ -719,6 +719,7 @@
"giftCodeAmount": "数量",
"giftCode": "ギフトコード",
"giftCodeStatus": "状態",
+ "giftCodeUsedBy": "利用者",
"giftCodeUsed": "使用済み",
"giftCodeUnused": "使用可能",
"giftCodeDeleted": "ギフトコードが正常に削除されました",
diff --git a/public/locales/zh-CN/dashboard.json b/public/locales/zh-CN/dashboard.json
index e063bd7..dee9d77 100644
--- a/public/locales/zh-CN/dashboard.json
+++ b/public/locales/zh-CN/dashboard.json
@@ -718,6 +718,7 @@
"giftCodeAmount": "数量",
"giftCode": "礼品码",
"giftCodeStatus": "状态",
+ "giftCodeUsedBy": "使用者",
"giftCodeUsed": "已使用",
"giftCodeUnused": "可用",
"giftCodeDeleted": "礼品码已成功删除",
diff --git a/public/locales/zh-TW/dashboard.json b/public/locales/zh-TW/dashboard.json
index 1ba70f5..5c8ebd5 100644
--- a/public/locales/zh-TW/dashboard.json
+++ b/public/locales/zh-TW/dashboard.json
@@ -715,6 +715,7 @@
"giftCodeAmount": "數量",
"giftCode": "禮品碼",
"giftCodeStatus": "狀態",
+ "giftCodeUsedBy": "使用者",
"giftCodeUsed": "已使用",
"giftCodeUnused": "可用",
"giftCodeDeleted": "禮品碼已成功刪除",
diff --git a/src/component/Admin/Settings/VAS/GiftCodes.tsx b/src/component/Admin/Settings/VAS/GiftCodes.tsx
index 8f68739..7002996 100644
--- a/src/component/Admin/Settings/VAS/GiftCodes.tsx
+++ b/src/component/Admin/Settings/VAS/GiftCodes.tsx
@@ -82,6 +82,7 @@ const GiftCodes = ({ storageProductsConfig, groupProductsConfig }: GiftCodesProp
{t("giftCodes.giftCodeAmount")}
{t("giftCodes.giftCode")}
{t("giftCodes.giftCodeStatus")}
+ {t("giftCodes.giftCodeUsedBy")}