fix: Remove broken moreInfoURL

The links specified in the locales were pointing to the English site and
were mostly broken anyways.
This commit is contained in:
roschaefer 2020-06-05 17:19:58 +02:00
parent 387ea64faa
commit 193f977863
9 changed files with 3 additions and 9 deletions

View File

@ -6,7 +6,7 @@
</blockquote>
<base-card>
<template #imageColumn>
<a :href="$t('login.moreInfoURL')" :title="$t('login.moreInfo')" target="_blank">
<a :href="links.ORGANIZATION" :title="$t('login.moreInfo')" target="_blank">
<img class="image" alt="Welcome" src="/img/custom/welcome.svg" />
</a>
</template>
@ -49,6 +49,7 @@
<script>
import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch'
import links from '~/constants/links.js'
export default {
components: {
@ -56,6 +57,7 @@ export default {
},
data() {
return {
links,
form: {
email: '',
password: '',

View File

@ -361,7 +361,6 @@
"logout": "Abmelden",
"moreInfo": "Was ist Human Connection?",
"moreInfoHint": "zur Präsentationsseite",
"moreInfoURL": "https://human-connection.org",
"no-account": "Du hast noch kein Benutzerkonto?",
"password": "Dein Passwort",
"register": "Benutzerkonto erstellen",

View File

@ -361,7 +361,6 @@
"logout": "Logout",
"moreInfo": "What is Human Connection?",
"moreInfoHint": "to the presentation page",
"moreInfoURL": "https://human-connection.org/en/",
"no-account": "Don't have an account?",
"password": "Your Password",
"register": "Sign up",

View File

@ -359,7 +359,6 @@
"logout": "Cierre de sesión",
"moreInfo": "¿Qué es Human Connection?",
"moreInfoHint": "a la página de presentación",
"moreInfoURL": "https://human-connection.org/es/",
"no-account": "¿No tiene una cuenta?",
"password": "Su contraseña",
"register": "Regístrese",

View File

@ -348,7 +348,6 @@
"logout": "Déconnexion",
"moreInfo": "Qu'est-ce que Human Connection?",
"moreInfoHint": "à la page de présentation",
"moreInfoURL": "https://human-connection.org/fr/",
"no-account": "Vous n'avez pas de compte?",
"password": "Votre mot de passe",
"register": "S'inscrire",

View File

@ -354,7 +354,6 @@
"logout": "Logout",
"moreInfo": "Che cosa è Human Connection?",
"moreInfoHint": "",
"moreInfoURL": "",
"no-account": "",
"password": "La tua password",
"register": "",

View File

@ -176,7 +176,6 @@
"logout": "Wyloguj się",
"moreInfo": "Co to jest Human Connection?",
"moreInfoHint": "idź po więcej szczegółów",
"moreInfoURL": "https://human-connection.org/en/",
"password": "Twoje hasło"
},
"moderation": {

View File

@ -345,7 +345,6 @@
"logout": "Sair",
"moreInfo": "O que é a Human Connection?",
"moreInfoHint": "para a página de apresentação",
"moreInfoURL": "https://human-connection.org/en/",
"no-account": "Ainda não tem uma conta?",
"password": "Sua senha",
"register": "Cadastrar-se",

View File

@ -359,7 +359,6 @@
"logout": "Выйти",
"moreInfo": "Что такое Human Connection?",
"moreInfoHint": "на страницу проекта",
"moreInfoURL": "https://human-connection.org/en/",
"no-account": "У вас нет аккаунта?",
"password": "Пароль",
"register": "Зарегистрируйтесь",