From 8ce648d94a39a89755e1e6174344a42ea1568176 Mon Sep 17 00:00:00 2001 From: vincentlu <t1341870251@gmail.com> Date: 星期五, 07 二月 2025 16:19:49 +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