Skip to content

Commit

Permalink
fix: footer translation key names
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Oct 9, 2023
1 parent d97d484 commit 64c776a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div class="links">
<a [routerLink]="'/imprint'">{{ 'COMPONENTS.FOTER.IMPRINT' | translate }}</a>
<a [routerLink]="'/privacy'">{{ 'COMPONENTS.FOTER.DATA_PRIVACY' | translate }}</a>
<a [routerLink]="'/imprint'">{{ 'COMPONENTS.FOOTER.IMPRINT' | translate }}</a>
<a [routerLink]="'/privacy'">{{ 'COMPONENTS.FOOTER.DATA_PRIVACY' | translate }}</a>
</div>

<div class="logos">
<span>{{ 'COMPONENTS.FOTER.ORGANISATION' | translate }}</span>
<span>{{ 'COMPONENTS.FOOTER.ORGANISATION' | translate }}</span>
<a href="https://www.uniun-urb.ch/" target="_blank">
<img src="assets/images/logos/URB_Logo_sw%201.png" alt="logo URB">
</a>
Expand Down

0 comments on commit 64c776a

Please sign in to comment.