Skip to content

Commit 0f1c326

Browse files
update: use abpLazyLocalization instead for theme basic route name localization
1 parent 8f9d85c commit 0f1c326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm/ng-packs/packages/theme-basic/src/lib/components/routes/routes.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@if (route.iconClass) {
1313
<i [ngClass]="route.iconClass"></i>
1414
}
15-
{{ route.name | abpLazyTranslate | async }}
15+
{{ route.name | abpLazyLocalization | async }}
1616
</a>
1717
</li>
1818
</ng-template>
@@ -39,7 +39,7 @@
3939
@if (route.iconClass) {
4040
<i [ngClass]="route.iconClass"></i>
4141
}
42-
{{ route.name | abpLazyTranslate | async }}
42+
{{ route.name | abpLazyLocalization | async }}
4343
</a>
4444
<div
4545
#routeContainer

0 commit comments

Comments
 (0)