mirror of https://github.com/Chocobozzz/PeerTube
Better moderation label
parent
231ff4af3b
commit
256fb92e67
|
@ -270,7 +270,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
|
|||
|
||||
const myAccountActions: DropdownAction<{ user: User, account: Account }>[] = [
|
||||
{
|
||||
label: $localize`Personal moderation`,
|
||||
label: $localize`My account moderation`,
|
||||
class: [ 'red' ],
|
||||
isHeader: true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue