diff --git a/src/app/components/favorites/favorites.component.html b/src/app/components/favorites/favorites.component.html index 68b6d6a64..3a9f28062 100644 --- a/src/app/components/favorites/favorites.component.html +++ b/src/app/components/favorites/favorites.component.html @@ -7,6 +7,7 @@ @@ -83,7 +90,7 @@ mat-menu-item *ngIf="isFileSelected(documentList.selection)" [app-node-versions]="documentList.selection"> - storage + storage {{ 'APP.ACTIONS.VERSIONS' | translate }} diff --git a/src/app/components/files/files.component.html b/src/app/components/files/files.component.html index e6b2d90b1..2e960c20d 100644 --- a/src/app/components/files/files.component.html +++ b/src/app/components/files/files.component.html @@ -8,6 +8,7 @@ @@ -71,7 +78,7 @@ mat-menu-item *ngIf="canMove(documentList.selection)" [app-move-node]="documentList.selection"> - library_books + library_books {{ 'APP.ACTIONS.MOVE' | translate }} @@ -79,7 +86,7 @@ mat-menu-item *ngIf="canDelete(documentList.selection)" [app-delete-node]="documentList.selection"> - delete + delete {{ 'APP.ACTIONS.DELETE' | translate }} @@ -87,7 +94,7 @@ mat-menu-item *ngIf="canManageVersions(documentList.selection)" [app-node-versions]="documentList.selection"> - storage + storage {{ 'APP.ACTIONS.VERSIONS' | translate }} diff --git a/src/app/components/recent-files/recent-files.component.html b/src/app/components/recent-files/recent-files.component.html index 4157fe3fb..4ce11ae36 100644 --- a/src/app/components/recent-files/recent-files.component.html +++ b/src/app/components/recent-files/recent-files.component.html @@ -7,6 +7,7 @@ + @@ -43,7 +47,10 @@ mat-menu-item #selection="adfFavorite" [adf-node-favorite]="documentList.selection"> - + {{ selection.hasFavorites() ? 'star' :'star_border' }} {{ 'APP.ACTIONS.FAVORITE' | translate }} @@ -52,7 +59,7 @@ @@ -60,7 +67,7 @@ mat-menu-item *ngIf="canMove(documentList.selection)" [app-move-node]="documentList.selection"> - library_books + library_books {{ 'APP.ACTIONS.MOVE' | translate }} @@ -68,7 +75,7 @@ mat-menu-item *ngIf="canDelete(documentList.selection)" [app-delete-node]="documentList.selection"> - delete + delete {{ 'APP.ACTIONS.DELETE' | translate }} @@ -76,7 +83,7 @@ mat-menu-item *ngIf="canManageVersions(documentList.selection)" [app-node-versions]="documentList.selection"> - storage + storage {{ 'APP.ACTIONS.VERSIONS' | translate }} diff --git a/src/app/components/shared-files/shared-files.component.html b/src/app/components/shared-files/shared-files.component.html index c262aaa4c..9a28a5948 100644 --- a/src/app/components/shared-files/shared-files.component.html +++ b/src/app/components/shared-files/shared-files.component.html @@ -4,8 +4,8 @@ - + @@ -43,7 +46,10 @@ mat-menu-item #selection="adfFavorite" [adf-node-favorite]="documentList.selection"> - + {{ selection.hasFavorites() ? 'star' :'star_border' }} {{ 'APP.ACTIONS.FAVORITE' | translate }} @@ -52,7 +58,7 @@ @@ -60,7 +66,7 @@ mat-menu-item *ngIf="canMoveShared(documentList.selection)" [app-move-node]="documentList.selection"> - library_books + library_books {{ 'APP.ACTIONS.MOVE' | translate }} @@ -69,7 +75,7 @@ *ngIf="canDelete(documentList.selection)" [appUnshareNode]="documentList.selection" (links-unshared)="refresh()"> - stop_screen_share + stop_screen_share {{ 'APP.ACTIONS.UNSHARE' | translate }} @@ -77,7 +83,7 @@ mat-menu-item *ngIf="canDeleteShared(documentList.selection)" [app-delete-node]="documentList.selection"> - delete + delete {{ 'APP.ACTIONS.DELETE' | translate }} @@ -85,7 +91,7 @@ mat-menu-item *ngIf="canManageVersionsOfShared(documentList.selection)" [app-node-versions]="documentList.selection"> - storage + storage {{ 'APP.ACTIONS.VERSIONS' | translate }} diff --git a/src/app/components/trashcan/trashcan.component.html b/src/app/components/trashcan/trashcan.component.html index 9999a736d..7e7548eee 100644 --- a/src/app/components/trashcan/trashcan.component.html +++ b/src/app/components/trashcan/trashcan.component.html @@ -5,6 +5,7 @@