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

Update English imprint (VPU/Apps/Signature#7)

parent e7f08eb7
No related branches found
No related tags found
No related merge requests found
......@@ -665,6 +665,10 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
}
}
const imprintUrl = this.lang === "en" ?
"https://www.tugraz.at/en/about-this-page/legal-notice/" :
"https://www.tugraz.at/ueber-diese-seite/impressum/";
return html`
<slot class="${slotClassMap}"></slot>
<div class="${mainClassMap}">
......@@ -712,7 +716,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
<footer>
<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://www.tugraz.at/ueber-diese-seite/impressum/">${i18n.t('imprint')}</a>
<a target="_blank" rel="noopener" class="int-link-external" href="${imprintUrl}">${i18n.t('imprint')}</a>
<vpu-build-info class="${prodClassMap}"></vpu-build-info>
</footer>
</div>
......
......@@ -5,7 +5,7 @@
"word3": "Technology"
},
"privacy-policy": "Privacy Policy",
"imprint": "Imprint",
"imprint": "Legal Notice",
"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.
Finish editing this message first!
Please register or to comment