Merge pull request #2028 from Human-Connection/2026_Add_FAQ

add FAQ _blank-href in Footer
This commit is contained in:
mattwr18 2019-10-24 15:15:35 +02:00 committed by GitHub
commit ad282b8afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -14,6 +14,10 @@
{{ $t('site.data-privacy') }}
</a>
<span>-</span>
<a href="https://faq.human-connection.org/" target="_blank">
{{ $t('site.faq') }}
</a>
<span>-</span>
<a href="https://github.com/Human-Connection/Human-Connection/releases" target="_blank">
{{ $t('site.changelog') }}
</a>

View File

@ -105,7 +105,8 @@
"bank": "Bankverbindung",
"germany": "Deutschland",
"code-of-conduct": "Verhaltenscodex",
"back-to-login": "Zurück zur Anmeldung"
"back-to-login": "Zurück zur Anmeldung",
"faq": "FAQ"
},
"login": {
"copy": "Wenn Du bereits ein Konto bei Human Connection hast, melde Dich bitte hier an.",

View File

@ -106,7 +106,8 @@
"bank": "bank account",
"germany": "Germany",
"code-of-conduct": "Code of Conduct",
"back-to-login": "Back to login page"
"back-to-login": "Back to login page",
"faq": "FAQ"
},
"login": {
"copy": "If you already have a human-connection account, please login.",