diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-02 11:51:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-02 11:51:23 +0100 |
commit | 256fb92e67a52a81ebe46ea6f5d4094987cebca7 (patch) | |
tree | 50f8d5d7c9c1ca11cd160a6da6d1f57803af821f /client/src | |
parent | 231ff4af3bdb864d6bc66e487b12275e5f1fb44f (diff) | |
download | PeerTube-256fb92e67a52a81ebe46ea6f5d4094987cebca7.tar.gz PeerTube-256fb92e67a52a81ebe46ea6f5d4094987cebca7.tar.zst PeerTube-256fb92e67a52a81ebe46ea6f5d4094987cebca7.zip |
Better moderation label
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/shared-moderation/user-moderation-dropdown.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-moderation/user-moderation-dropdown.component.ts b/client/src/app/shared/shared-moderation/user-moderation-dropdown.component.ts index 1c5240db4..109232ccb 100644 --- a/client/src/app/shared/shared-moderation/user-moderation-dropdown.component.ts +++ b/client/src/app/shared/shared-moderation/user-moderation-dropdown.component.ts | |||
@@ -270,7 +270,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges { | |||
270 | 270 | ||
271 | const myAccountActions: DropdownAction<{ user: User, account: Account }>[] = [ | 271 | const myAccountActions: DropdownAction<{ user: User, account: Account }>[] = [ |
272 | { | 272 | { |
273 | label: $localize`Personal moderation`, | 273 | label: $localize`My account moderation`, |
274 | class: [ 'red' ], | 274 | class: [ 'red' ], |
275 | isHeader: true | 275 | isHeader: true |
276 | }, | 276 | }, |