Skip to content

Commit 7749221

Browse files
authored
Merge pull request #2863 from Omar-Nabil2/CollectionSheet
WEB-481 :- a translation problem in mifos home page Tooltip text shows tooltips.Collection Sheet instead of Collection Sheet
2 parents 6499094 + b1adc79 commit 7749221

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
@@ -97,7 +97,7 @@
9797
<mat-list-item
9898
[routerLink]="['/collections/collection-sheet']"
9999
[matTooltipPosition]="tooltipPosition"
100-
matTooltip="{{ 'tooltips.Collection Sheet' | translate }}"
100+
matTooltip="{{ 'labels.menus.Collection Sheet' | translate }}"
101101
routerLinkActive="active-menu"
102102
[routerLinkActiveOptions]="{ exact: false }"
103103
>

0 commit comments

Comments
 (0)