chore: fix typecheck fail
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
"confirmPassword": "Comfirm Password",
|
||||
"confirmPasswordTip": "The passwords do not match",
|
||||
"agree": "I agree to",
|
||||
"agreeprivacyPolicy": "Privacy-policy",
|
||||
"privacyPolicy": "Privacy-policy",
|
||||
"terms": "Terms",
|
||||
"agreeTip": "Please agree to the Privacy Policy and Terms",
|
||||
"goToLogin": "Login instead",
|
||||
|
@@ -101,7 +101,7 @@
|
||||
"confirmPassword": "确认密码",
|
||||
"confirmPasswordTip": "两次输入的密码不一致",
|
||||
"agree": "我同意",
|
||||
"agreeprivacyPolicy": "隐私政策",
|
||||
"privacyPolicy": "隐私政策",
|
||||
"terms": "条款",
|
||||
"agreeTip": "请同意隐私政策和条款",
|
||||
"goToLogin": "去登录",
|
||||
|
1
packages/@core/shared/typings/src/app.d.ts
vendored
1
packages/@core/shared/typings/src/app.d.ts
vendored
@@ -14,7 +14,6 @@ type BuiltinThemeType =
|
||||
| 'deep-blue'
|
||||
| 'deep-green'
|
||||
| 'default'
|
||||
| 'default'
|
||||
| 'gray'
|
||||
| 'green'
|
||||
| 'neutral'
|
||||
|
@@ -134,7 +134,7 @@ function goToLogin() {
|
||||
>
|
||||
{{ $t('authentication.agree') }}
|
||||
<span class="text-primary hover:text-primary-hover">{{
|
||||
$t('authentication.agreeprivacyPolicy')
|
||||
$t('authentication.privacyPolicy')
|
||||
}}</span>
|
||||
&
|
||||
<span class="text-primary hover:text-primary-hover">
|
||||
|
Reference in New Issue
Block a user