Skip to content

Commit b9ab5bc

Browse files
authored
Merge pull request #24596 from abpframework/auto-merge/rel-10-1/4261
Merge branch dev with rel-10.1
2 parents e02c356 + 975b407 commit b9ab5bc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 | abpLazyLocalization | async }}
15+
{{ route.name | abpAsyncLocalization | 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 | abpLazyLocalization | async }}
42+
{{ route.name | abpAsyncLocalization | async }}
4343
</a>
4444
<div
4545
#routeContainer

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {
22
ABP,
3-
LazyLocalizationPipe,
3+
AsyncLocalizationPipe,
44
LocalizationPipe,
55
PermissionDirective,
66
RoutesService,
@@ -30,7 +30,7 @@ import { EllipsisDirective } from '@abp/ng.theme.shared';
3030
AsyncPipe,
3131
RouterLink,
3232
NgbDropdownModule,
33-
LazyLocalizationPipe,
33+
AsyncLocalizationPipe,
3434
PermissionDirective,
3535
EllipsisDirective,
3636
LocalizationPipe,

0 commit comments

Comments
 (0)