Skip to content

Commit

Permalink
fix: add menu button tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Jakobi committed Nov 6, 2023
1 parent 96fc6cf commit 044b7b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions libs/portal-integration-angular/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
},
"OCX_PAGE_HEADER": {
"MORE_ACTIONS": "Weitere Aktionen"
},
"OCX_HEADER": {
"MENU_TOGGLE": "Menü"
}
}
3 changes: 3 additions & 0 deletions libs/portal-integration-angular/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
},
"OCX_PAGE_HEADER": {
"MORE_ACTIONS": "More actions"
},
"OCX_HEADER": {
"MENU_TOGGLE": "Menu"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</svg>
</a>

<a class="layout-menu-button shadow-6" (click)="onMenuButtonClick($event)" pRipple [title]="menuButtonTitle">
<a class="layout-menu-button shadow-6" (click)="onMenuButtonClick($event)" pRipple [title]="menuButtonTitle ?? ('OCX_HEADER.MENU_TOGGLE' | translate)">
<i class="pi pi-chevron-right"></i>
</a>
</div>
Expand Down

0 comments on commit 044b7b7

Please sign in to comment.