aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+accounts/accounts.component.ts2
-rw-r--r--client/src/app/+videos/+video-watch/comment/video-comment.component.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts
index bbce62c35..dbc7c8887 100644
--- a/client/src/app/+accounts/accounts.component.ts
+++ b/client/src/app/+accounts/accounts.component.ts
@@ -112,7 +112,7 @@ export class AccountsComponent implements OnInit, OnDestroy {
112 if (!this.isAccountManageable) { 112 if (!this.isAccountManageable) {
113 this.prependModerationActions = [ 113 this.prependModerationActions = [
114 { 114 {
115 label: $localize`Report account`, 115 label: $localize`Report this account`,
116 handler: () => this.showReportModal() 116 handler: () => this.showReportModal()
117 } 117 }
118 ] 118 ]
diff --git a/client/src/app/+videos/+video-watch/comment/video-comment.component.ts b/client/src/app/+videos/+video-watch/comment/video-comment.component.ts
index 2d8b9eefe..ac2a71aa6 100644
--- a/client/src/app/+videos/+video-watch/comment/video-comment.component.ts
+++ b/client/src/app/+videos/+video-watch/comment/video-comment.component.ts
@@ -168,7 +168,7 @@ export class VideoCommentComponent implements OnInit, OnChanges {
168 168
169 if (this.isReportableByUser()) { 169 if (this.isReportableByUser()) {
170 this.prependModerationActions.push({ 170 this.prependModerationActions.push({
171 label: $localize`Report`, 171 label: $localize`Report this comment`,
172 iconName: 'flag', 172 iconName: 'flag',
173 handler: () => this.showReportModal() 173 handler: () => this.showReportModal()
174 }) 174 })