mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Better moderation label
This commit is contained in:
parent
231ff4af3b
commit
256fb92e67
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
|
||||||
|
|
||||||
const myAccountActions: DropdownAction<{ user: User, account: Account }>[] = [
|
const myAccountActions: DropdownAction<{ user: User, account: Account }>[] = [
|
||||||
{
|
{
|
||||||
label: $localize`Personal moderation`,
|
label: $localize`My account moderation`,
|
||||||
class: [ 'red' ],
|
class: [ 'red' ],
|
||||||
isHeader: true
|
isHeader: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue