mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Localized HC link on Login page
This commit is contained in:
parent
39c6c97eda
commit
d4ce1ef80b
@ -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": {
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
@ -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') }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user