diff options
Diffstat (limited to 'client/src/app/shared/shared-video-miniature')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts b/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts index 9bd0741df..3d1fc8690 100644 --- a/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts +++ b/client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts | |||
@@ -283,7 +283,7 @@ export class VideoActionsDropdownComponent implements OnChanges { | |||
283 | label: this.i18n('Report'), | 283 | label: this.i18n('Report'), |
284 | handler: () => this.showReportModal(), | 284 | handler: () => this.showReportModal(), |
285 | isDisplayed: () => this.authService.isLoggedIn() && this.displayOptions.report, | 285 | isDisplayed: () => this.authService.isLoggedIn() && this.displayOptions.report, |
286 | iconName: 'alert' | 286 | iconName: 'flag' |
287 | } | 287 | } |
288 | ], | 288 | ], |
289 | [ // actions regarding the account/its server | 289 | [ // actions regarding the account/its server |