From fa3e9410699b81dcc7062fa60899f17e92ea41a7 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 13 Aug 2023 14:46:06 +0800 Subject: [PATCH] show login link in sign up page --- src/locales/en.js | 3 ++- src/locales/zh_Hans.js | 3 ++- src/views/desktop/SignupPage.vue | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/locales/en.js b/src/locales/en.js index a697dd75..e6e26f3e 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -809,6 +809,7 @@ export default { 'This month or later': 'This month or later', 'This year or later': 'This year or later', 'Log In': 'Log In', + 'Click here to log in': 'Click here to log in', 'Don\'t have an account?': 'Don\'t have an account?', 'Create an account': 'Create an account', 'Username cannot be empty': 'Username cannot be empty', @@ -1019,7 +1020,7 @@ export default { 'Enable Animation': 'Enable Animation', 'Basic Information': 'Basic Information', 'User Information': 'User Information', - 'Enter Your Basic Information': 'Enter Your Basic Information', + 'Already have an account?': 'Already have an account?', 'Use preset transaction categories': 'Use preset transaction categories', 'Use Preset Transaction Categories': 'Use Preset Transaction Categories', 'Preset Categories': 'Preset Categories', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index 4252150e..a83da95e 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -809,6 +809,7 @@ export default { 'This month or later': '本月或更晚', 'This year or later': '今年或更晚', 'Log In': '登录', + 'Click here to log in': '点击这里登录', 'Don\'t have an account?': '还没有账号?', 'Create an account': '创建新账号', 'Username cannot be empty': '用户名不能为空', @@ -1019,7 +1020,7 @@ export default { 'Enable Animation': '启用动画', 'Basic Information': '基本信息', 'User Information': '用户信息', - 'Enter Your Basic Information': '输入您的基本信息', + 'Already have an account?': '已经有账号?', 'Use preset transaction categories': '使用预设交易分类', 'Use Preset Transaction Categories': '使用预设交易分类', 'Preset Categories': '预设分类', diff --git a/src/views/desktop/SignupPage.vue b/src/views/desktop/SignupPage.vue index 601209eb..9033e374 100644 --- a/src/views/desktop/SignupPage.vue +++ b/src/views/desktop/SignupPage.vue @@ -37,7 +37,10 @@
{{ $t('Basic Information') }}
-

{{ $t('Enter Your Basic Information') }}

+

+ {{ $t('Already have an account?') }} + {{ $t('Click here to log in') }} +