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:
parent
277f50efc4
commit
9fb5951891
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user