Skip to content

Commit

Permalink
fix: tuning menu layout - translations
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Dec 30, 2024
1 parent 99869e0 commit 28e7a71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/workspace/workspace-menu/menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
icon="pi pi-sort"
id="ws_menu_table_header_reorder"
(onClick)="onDisplayMenuPreview()"
[disabled]="menuNodes.length === 0"
[label]="'DIALOG.MENU.HEADER.TREE_MODAL' | translate"
[ariaLabel]="'DIALOG.MENU.HEADER.TREE_MODAL' | translate"
[pTooltip]="'DIALOG.MENU.HEADER.TREE_MODAL.TOOLTIP' | translate"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
"PREVIEW2.TOOLTIP": "Rot = keine Übersetzungen",
"REORDER.TOOLTIP": "Umordnen mit Drag & Drop"
},
"SUBHEADER": "Menü verwalten",
"SUBHEADER": "Die Details und Rollenberechtigungen des Workspace Menüs verwalten",
"ACTION": {
"VIEW": "Details anzeigen",
"EDIT": "Details bearbeiten"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
"PREVIEW2.TOOLTIP": "Red = no translation",
"REORDER.TOOLTIP": "Reorder via Drag & Drop"
},
"SUBHEADER": "Manage the Menu",
"SUBHEADER": "Manage details and Role assignments of the Workspace Menu",
"ACTION": {
"VIEW": "Display details",
"EDIT": "Edit details"
Expand Down

0 comments on commit 28e7a71

Please sign in to comment.