aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-09-03 16:09:22 +0200
committerChocobozzz <me@florianbigard.com>2020-09-03 16:09:22 +0200
commitd3bb7994feda8833791d3e609ad7ffdc87efdec6 (patch)
tree8a39e396b04ab04b51c7578cdb8f29b3d874ea9a /client/src/app/+accounts
parent13230c6815619829ca8916925c357fea60de7700 (diff)
downloadPeerTube-d3bb7994feda8833791d3e609ad7ffdc87efdec6.tar.gz
PeerTube-d3bb7994feda8833791d3e609ad7ffdc87efdec6.tar.zst
PeerTube-d3bb7994feda8833791d3e609ad7ffdc87efdec6.zip
Improve report labels
Diffstat (limited to 'client/src/app/+accounts')
-rw-r--r--client/src/app/+accounts/accounts.component.ts2
1 files changed, 1 insertions, 1 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 ]