From 988af781ac63e791edd7d62ceddf1f06bfb9e275 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 18 Apr 2020 09:55:01 +0200 Subject: Rename duplicate to more universal mirror, add to miniature for quick access by admins --- client/src/app/shared/video/video-actions-dropdown.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/video/video-actions-dropdown.component.ts') diff --git a/client/src/app/shared/video/video-actions-dropdown.component.ts b/client/src/app/shared/video/video-actions-dropdown.component.ts index 67c4d6fbc..4e5fc6476 100644 --- a/client/src/app/shared/video/video-actions-dropdown.component.ts +++ b/client/src/app/shared/video/video-actions-dropdown.component.ts @@ -251,7 +251,7 @@ export class VideoActionsDropdownComponent implements OnChanges { isDisplayed: () => this.authService.isLoggedIn() && this.displayOptions.blacklist && this.isVideoUnblacklistable() }, { - label: this.i18n('Duplicate (redundancy)'), + label: this.i18n('Mirror'), handler: () => this.duplicateVideo(), isDisplayed: () => this.authService.isLoggedIn() && this.displayOptions.duplicate && this.canVideoBeDuplicated(), iconName: 'cloud-download' -- cgit v1.2.3