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

Add imprint (VPU/Apps/Signature#7)

parent d421e76c
No related branches found
No related tags found
No related merge requests found
...@@ -471,7 +471,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) { ...@@ -471,7 +471,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
footer { footer {
display: grid; display: grid;
grid-gap: 1em; grid-gap: 1em;
grid-template-columns: 1fr max-content max-content; grid-template-columns: 1fr max-content max-content max-content;
} }
footer a { footer a {
...@@ -712,6 +712,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) { ...@@ -712,6 +712,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
<footer> <footer>
<div></div> <div></div>
<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="https://datenschutz.tugraz.at/erklaerung/">${i18n.t('privacy-policy')}</a>
<a target="_blank" rel="noopener" class="int-link-external" href="https://www.tugraz.at/ueber-diese-seite/impressum/">${i18n.t('imprint')}</a>
<vpu-build-info class="${prodClassMap}"></vpu-build-info> <vpu-build-info class="${prodClassMap}"></vpu-build-info>
</footer> </footer>
</div> </div>
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"word3": "Leidenschaft" "word3": "Leidenschaft"
}, },
"privacy-policy": "Datenschutz", "privacy-policy": "Datenschutz",
"imprint": "Impressum",
"page-updated-needs-reload": "Die Applikation wurde aktualisiert. Bitte laden Sie die Seite neu.", "page-updated-needs-reload": "Die Applikation wurde aktualisiert. Bitte laden Sie die Seite neu.",
"activity-example": { "activity-example": {
"hello-world": "Hallo Welt" "hello-world": "Hallo Welt"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"word3": "Technology" "word3": "Technology"
}, },
"privacy-policy": "Privacy Policy", "privacy-policy": "Privacy Policy",
"imprint": "Imprint",
"page-updated-needs-reload": "The application has been updated. Please reload the page.", "page-updated-needs-reload": "The application has been updated. Please reload the page.",
"activity-example": { "activity-example": {
"hello-world": "Hello World" "hello-world": "Hello World"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment