Skip to content

Commit

Permalink
feat: remove privacy policy from main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Jan 11, 2024
1 parent 979c423 commit 34dbbe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
</li>
<li><a (click)="toggleMenu(menu)"
[routerLink]="'/imprint'">{{ 'COMPONENTS.HEADER.MAIN_MENU.IMPRINT' | translate }}</a></li>
<li><a (click)="toggleMenu(menu)"
[routerLink]="'/privacy'">{{ 'COMPONENTS.HEADER.MAIN_MENU.PRIVACY' | translate }}</a></li>
</ul>

<ul class="main-menu-bottom">
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/rm.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"NOTICE_BOARD": "tavla naira"
},
"MAIN_MENU": {
"EVENTS": "occurrenzas",
"EVENTS": "chalender",
"NOTICES": "tavla naira",
"HELP": "agid",
"ORGANISATION": "purtaders",
"IMPRINT": "contact ed impressum",
"IMPRINT": "impressum",
"PRIVACY": "protecziun da datas"
},
"PROFILE_MENU": {
Expand Down

0 comments on commit 34dbbe3

Please sign in to comment.