version: {{ releaseVersion }}
@@ -32,5 +33,6 @@diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index d63c383f3..7c5f49c77 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -24,7 +24,7 @@ */ import { Routes } from '@angular/router'; -import { LayoutComponent } from './components/layout/layout.component'; +import { AppLayoutComponent } from './components/layout/app-layout/app-layout.component'; import { FilesComponent } from './components/files/files.component'; import { LibrariesComponent } from './components/libraries/libraries.component'; import { GenericErrorComponent } from './components/common/generic-error/generic-error.component'; @@ -52,7 +52,7 @@ export const APP_ROUTES: Routes = [ }, { path: '', - component: LayoutComponent, + component: AppLayoutComponent, children: [ { path: '', diff --git a/src/app/components/about/about.component.html b/src/app/components/about/about.component.html index b83e9331c..9112a85b3 100644 --- a/src/app/components/about/about.component.html +++ b/src/app/components/about/about.component.html @@ -1,6 +1,7 @@ -
version: {{ releaseVersion }}
@@ -32,5 +33,6 @@+ {{ 'APP.BROWSE.SEARCH.NO_RESULTS' | translate }} +
+- {{ 'APP.BROWSE.SEARCH.NO_RESULTS' | translate }} -
-{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.FIRST_TEXT' | translate }}
-{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.SECOND_TEXT' | translate }}
-{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.FIRST_TEXT' | translate }}
+{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.SECOND_TEXT' | translate }}
+