Localized HC link on Login page

This commit is contained in:
Wolfgang Huß 2019-04-12 16:00:44 +02:00
parent 39c6c97eda
commit d4ce1ef80b
3 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"email": "Deine E-Mail", "email": "Deine E-Mail",
"password": "Dein Passwort", "password": "Dein Passwort",
"moreInfo": "Was ist Human Connection?", "moreInfo": "Was ist Human Connection?",
"moreInfoHint": "zur Präsentationsseite",
"hello": "Hallo" "hello": "Hallo"
}, },
"profile": { "profile": {

View File

@ -6,6 +6,7 @@
"email": "Your Email", "email": "Your Email",
"password": "Your Password", "password": "Your Password",
"moreInfo": "What is Human Connection?", "moreInfo": "What is Human Connection?",
"moreInfoHint": "to the presentation page",
"hello": "Hello" "hello": "Hello"
}, },
"profile": { "profile": {

View File

@ -80,7 +80,7 @@
<ds-space margin="x-small"> <ds-space margin="x-small">
<a <a
href="https://human-connection.org" href="https://human-connection.org"
title="zur Präsentationsseite" :title="$t('login.moreInfoHint')"
target="_blank" target="_blank"
> >
{{ $t('login.moreInfo') }} {{ $t('login.moreInfo') }}