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> </blockquote>
<base-card> <base-card>
<template #imageColumn> <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" /> <img class="image" alt="Welcome" src="/img/custom/welcome.svg" />
</a> </a>
</template> </template>
@ -49,6 +49,7 @@
<script> <script>
import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch' import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch'
import links from '~/constants/links.js'
export default { export default {
components: { components: {
@ -56,6 +57,7 @@ export default {
}, },
data() { data() {
return { return {
links,
form: { form: {
email: '', email: '',
password: '', password: '',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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