Skip to content
Snippets Groups Projects
Commit d71c4dc1 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add contact link in footer (VPU/Apps/Signature#7)

parent 46c88403
No related branches found
No related tags found
No related merge requests found
......@@ -737,6 +737,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
<footer>
<a target="_blank" rel="noopener" class="int-link-external" href="https://datenschutz.tugraz.at/erklaerung/">${i18n.t('privacy-policy')}</a>
<a target="_blank" rel="noopener" class="int-link-external" href="${imprintUrl}">${i18n.t('imprint')}</a>
<a rel="noopener" class="int-link-external" href="mailto:it-support@tugraz.at">${i18n.t('contact')}</a>
<vpu-build-info class="${prodClassMap}"></vpu-build-info>
</footer>
</div>
......
......@@ -6,6 +6,7 @@
},
"privacy-policy": "Datenschutz",
"imprint": "Impressum",
"contact": "Kontakt",
"page-updated-needs-reload": "Die Applikation wurde aktualisiert. Bitte laden Sie die Seite neu.",
"activity-example": {
"hello-world": "Hallo Welt"
......
......@@ -6,6 +6,7 @@
},
"privacy-policy": "Privacy Policy",
"imprint": "Legal Notice",
"contact": "Contact",
"page-updated-needs-reload": "The application has been updated. Please reload the page.",
"activity-example": {
"hello-world": "Hello World"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment