Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions src/components/dialog/content/SignInContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}}
</Button>
</div>
<!-- Terms -->
<!-- Terms & Contact -->
<p class="text-xs text-muted mt-8">
{{ t('auth.login.termsText') }}
<a
Expand All @@ -83,9 +83,12 @@
target="_blank"
class="text-blue-500 cursor-pointer"
>
{{ t('auth.login.privacyLink') }}
</a>
.
{{ t('auth.login.privacyLink') }} </a
>.
{{ t('auth.login.questionsContactPrefix') }}
<a href="mailto:hello@comfy.org" class="text-blue-500 cursor-pointer">
hello@comfy.org</a
>.
</p>
</div>
</template>
Expand Down
3 changes: 2 additions & 1 deletion src/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,8 @@
"privacyLink": "Privacy Policy",
"success": "Login successful",
"failed": "Login failed",
"insecureContextWarning": "This connection is insecure (HTTP) - your credentials may be intercepted by attackers if you proceed to login."
"insecureContextWarning": "This connection is insecure (HTTP) - your credentials may be intercepted by attackers if you proceed to login.",
"questionsContactPrefix": "Questions? Contact us at"
},
"signup": {
"title": "Create an account",
Expand Down
1 change: 1 addition & 0 deletions src/locales/es/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"passwordResetSent": "Correo electrónico de restablecimiento de contraseña enviado",
"passwordResetSentDetail": "Por favor, revisa tu correo electrónico para encontrar un enlace para restablecer tu contraseña.",
"privacyLink": "Política de privacidad",
"questionsContactPrefix": "¿Preguntas? Contáctanos en",
"signInOrSignUp": "Iniciar sesión / Registrarse",
"signUp": "Regístrate",
"success": "Inicio de sesión exitoso",
Expand Down
1 change: 1 addition & 0 deletions src/locales/fr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"passwordResetSent": "E-mail de réinitialisation du mot de passe envoyé",
"passwordResetSentDetail": "Veuillez vérifier votre e-mail pour un lien de réinitialisation de votre mot de passe.",
"privacyLink": "Politique de confidentialité",
"questionsContactPrefix": "Des questions ? Contactez-nous à",
"signInOrSignUp": "Se connecter / S’inscrire",
"signUp": "S'inscrire",
"success": "Connexion réussie",
Expand Down
1 change: 1 addition & 0 deletions src/locales/ja/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"passwordResetSent": "パスワードリセット用メールを送信しました",
"passwordResetSentDetail": "パスワードをリセットするためのリンクが記載されたメールをご確認ください。",
"privacyLink": "プライバシーポリシー",
"questionsContactPrefix": "ご不明な点がございますか?お問い合わせはこちら:",
"signInOrSignUp": "サインイン / サインアップ",
"signUp": "サインアップ",
"success": "ログイン成功",
Expand Down
1 change: 1 addition & 0 deletions src/locales/ko/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"passwordResetSent": "비밀번호 재설정 이메일이 전송되었습니다",
"passwordResetSentDetail": "비밀번호를 재설정할 수 있는 링크가 포함된 이메일을 확인해 주세요.",
"privacyLink": "개인정보 보호정책",
"questionsContactPrefix": "질문이 있으신가요? 문의: ",
"signInOrSignUp": "로그인 / 회원가입",
"signUp": "가입하기",
"success": "로그인 성공",
Expand Down
1 change: 1 addition & 0 deletions src/locales/ru/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"passwordResetSent": "Письмо для сброса пароля отправлено",
"passwordResetSentDetail": "Пожалуйста, проверьте свою электронную почту для получения ссылки на сброс пароля.",
"privacyLink": "Политикой конфиденциальности",
"questionsContactPrefix": "Вопросы? Свяжитесь с нами по адресу",
"signInOrSignUp": "Войти / Зарегистрироваться",
"signUp": "Зарегистрироваться",
"success": "Вход выполнен успешно",
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"passwordResetSent": "重置密码邮件已发送",
"passwordResetSentDetail": "请查收您的电子邮件,点击链接重置密码。",
"privacyLink": "隐私政策",
"questionsContactPrefix": "有疑问?请联系我们:",
"signInOrSignUp": "登录 / 注册",
"signUp": "注册",
"success": "登录成功",
Expand Down