diff options
-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 | }, |