1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00

Change Images text to Home #554

This commit is contained in:
Patrik J. Braun 2022-11-21 21:49:03 +01:00
parent 277f50efc4
commit 9fb5951891

View File

@ -44,7 +44,7 @@ export class GalleryNavigatorComponent {
public sortingService: GallerySortingService
) {
this.sortingMethodsType = Utils.enumToArray(SortingMethods);
this.RootFolderName = $localize`Images`;
this.RootFolderName = $localize`Home`;
this.wrappedContent = this.galleryService.content;
this.directoryContent = this.wrappedContent.pipe(
map((c) => (c.directory ? c.directory : c.searchResult))