diff --git a/src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts b/src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts index 1d185623..6a842c40 100644 --- a/src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts +++ b/src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts @@ -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))