Improve report labels

pull/3138/head
Chocobozzz 2020-09-03 16:09:22 +02:00
parent 13230c6815
commit d3bb7994fe
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ export class AccountsComponent implements OnInit, OnDestroy {
if (!this.isAccountManageable) {
this.prependModerationActions = [
{
label: $localize`Report account`,
label: $localize`Report this account`,
handler: () => this.showReportModal()
}
]

View File

@ -168,7 +168,7 @@ export class VideoCommentComponent implements OnInit, OnChanges {
if (this.isReportableByUser()) {
this.prependModerationActions.push({
label: $localize`Report`,
label: $localize`Report this comment`,
iconName: 'flag',
handler: () => this.showReportModal()
})