diff --git a/src/i18n/modules/common/en-US.ts b/src/i18n/modules/common/en-US.ts
index 3f06eb9..cb44fc4 100644
--- a/src/i18n/modules/common/en-US.ts
+++ b/src/i18n/modules/common/en-US.ts
@@ -94,6 +94,7 @@ export default {
dividersText: "Or",
actions: {
sendCode: "Send code",
+ resendCodeCountdown: "Resend in {seconds}s",
refreshImageCode: "Refresh captcha",
login: "Sign in",
},
diff --git a/src/i18n/modules/common/th-TH.ts b/src/i18n/modules/common/th-TH.ts
index 0583f4c..93f99ec 100644
--- a/src/i18n/modules/common/th-TH.ts
+++ b/src/i18n/modules/common/th-TH.ts
@@ -94,6 +94,7 @@ export default {
dividersText: "หรือ",
actions: {
sendCode: "ส่งรหัส",
+ resendCodeCountdown: "ส่งอีกครั้งใน {seconds}s",
refreshImageCode: "รีเฟรชแคปต์ชา",
login: "เข้าสู่ระบบ",
},
diff --git a/src/i18n/modules/common/zh-CN.ts b/src/i18n/modules/common/zh-CN.ts
index 70aa305..e6e3cdb 100644
--- a/src/i18n/modules/common/zh-CN.ts
+++ b/src/i18n/modules/common/zh-CN.ts
@@ -94,6 +94,7 @@ export default {
dividersText: "或",
actions: {
sendCode: "获取验证码",
+ resendCodeCountdown: "{seconds}s 后重发",
refreshImageCode: "刷新图形验证码",
login: "登录",
},
diff --git a/src/pages/home/components/DrawerSection/index.vue b/src/pages/home/components/DrawerSection/index.vue
index a440b63..8f70ea2 100644
--- a/src/pages/home/components/DrawerSection/index.vue
+++ b/src/pages/home/components/DrawerSection/index.vue
@@ -33,23 +33,26 @@
- {{ t("home.drawer.logout") }}
+