Skip to content

Commit b517a2f

Browse files
Omar-Nabil2adamsaghy
authored andcommitted
a translation problem in mifos home page Tooltip text shows tooltips.Collection Sheet instead of Collection Sheet
1 parent f6b4038 commit b517a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/shell/sidenav/sidenav.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<mat-list-item
100100
[routerLink]="['/collections/collection-sheet']"
101101
[matTooltipPosition]="tooltipPosition"
102-
matTooltip="{{ 'tooltips.Collection Sheet' | translate }}"
102+
matTooltip="{{ 'labels.menus.Collection Sheet' | translate }}"
103103
routerLinkActive="active-menu"
104104
[routerLinkActiveOptions]="{ exact: false }"
105105
>

0 commit comments

Comments
 (0)