mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
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:
parent
387ea64faa
commit
193f977863
@ -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: '',
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -354,7 +354,6 @@
|
||||
"logout": "Logout",
|
||||
"moreInfo": "Che cosa è Human Connection?",
|
||||
"moreInfoHint": "",
|
||||
"moreInfoURL": "",
|
||||
"no-account": "",
|
||||
"password": "La tua password",
|
||||
"register": "",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -359,7 +359,6 @@
|
||||
"logout": "Выйти",
|
||||
"moreInfo": "Что такое Human Connection?",
|
||||
"moreInfoHint": "на страницу проекта",
|
||||
"moreInfoURL": "https://human-connection.org/en/",
|
||||
"no-account": "У вас нет аккаунта?",
|
||||
"password": "Пароль",
|
||||
"register": "Зарегистрируйтесь",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user