show login link in sign up page
This commit is contained in:
+2
-1
@@ -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',
|
||||
|
||||
@@ -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': '预设分类',
|
||||
|
||||
@@ -37,7 +37,10 @@
|
||||
<v-form>
|
||||
<v-window-item value="basicSetting">
|
||||
<h5 class="text-h5 mb-1">{{ $t('Basic Information') }}</h5>
|
||||
<p class="text-sm mb-5">{{ $t('Enter Your Basic Information') }}</p>
|
||||
<p class="text-sm mb-5">
|
||||
<span>{{ $t('Already have an account?') }}</span>
|
||||
<router-link class="ml-1" to="/login">{{ $t('Click here to log in') }}</router-link>
|
||||
</p>
|
||||
<v-row>
|
||||
<v-col cols="12" md="6">
|
||||
<v-text-field
|
||||
|
||||
Reference in New Issue
Block a user