diff --git a/src/FE/pages/admin/users/index.tsx b/src/FE/pages/admin/users/index.tsx
index e0604412..f6f6bdad 100644
--- a/src/FE/pages/admin/users/index.tsx
+++ b/src/FE/pages/admin/users/index.tsx
@@ -138,7 +138,7 @@ export default function Users() {
{t('Balance')}({t('Yuan')})
{t('Model Count')}
- {t('Created Time')}
+ {t('Actions')}
@@ -189,7 +189,16 @@ export default function Users() {
- {new Date(item.createdAt).toLocaleString()}
+
))}
diff --git a/src/FE/pages/login/index.tsx b/src/FE/pages/login/index.tsx
index 88738583..d1792d8e 100644
--- a/src/FE/pages/login/index.tsx
+++ b/src/FE/pages/login/index.tsx
@@ -191,7 +191,7 @@ export default function LoginPage() {
{loginConfigs.length > 0 && (
-