From 38c75eae922335271cbf075acc1a0aa5e11c52b2 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期六, 08 二月 2025 16:16:02 +0800
Subject: [PATCH] #
---
rsf-admin/src/page/login/index.jsx | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rsf-admin/src/page/login/index.jsx b/rsf-admin/src/page/login/index.jsx
index 49f801c..765ea27 100644
--- a/rsf-admin/src/page/login/index.jsx
+++ b/rsf-admin/src/page/login/index.jsx
@@ -82,7 +82,7 @@
<div>
<AppBar position="static" sx={{ backgroundColor: '#3D4BA7' }}>
<Toolbar>
- <Typography variant="h6" color="inherit">Welcome</Typography>
+ <Typography variant="h6" color="inherit">{translate("page.login.title")}</Typography>
</Toolbar>
</AppBar>
</div>
@@ -103,8 +103,8 @@
{tab === 0 && <Login tenantList={tenantList} />}
{tab === 1 && <Register tenantList={tenantList} />}
- <Box mt={1} mb={1} sx={{ textAlign: 'center' }}>
- <Typography variant="caption" align="center">Footer Goes Here</Typography>
+ <Box mb={1} sx={{ textAlign: 'center' }}>
+ <Typography variant="caption" align="center">{translate("page.login.footer")}</Typography>
</Box>
</Card>
</Box >
--
Gitblit v1.9.1