Remove deprecated global labels
This commit is contained in:
@@ -18,12 +18,6 @@ export function useGlobalLabelStrings(): GlobalLabelStrings {
|
|||||||
name: _(msg`Content Blocked`),
|
name: _(msg`Content Blocked`),
|
||||||
description: _(msg`This content has been hidden by the moderators.`),
|
description: _(msg`This content has been hidden by the moderators.`),
|
||||||
},
|
},
|
||||||
'!no-promote': {
|
|
||||||
name: _(msg`Moderator Filter`),
|
|
||||||
description: _(
|
|
||||||
msg`Moderator has chosen to filter the content from feeds.`,
|
|
||||||
),
|
|
||||||
},
|
|
||||||
'!warn': {
|
'!warn': {
|
||||||
name: _(msg`Content Warning`),
|
name: _(msg`Content Warning`),
|
||||||
description: _(
|
description: _(
|
||||||
@@ -36,18 +30,6 @@ export function useGlobalLabelStrings(): GlobalLabelStrings {
|
|||||||
msg`This user has requested that their content only be shown to signed-in users.`,
|
msg`This user has requested that their content only be shown to signed-in users.`,
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
'dmca-violation': {
|
|
||||||
name: _(msg`Copyright Violation`),
|
|
||||||
description: _(
|
|
||||||
msg`This content has received a DMCA takedown request. It will be restored if the concerns can be resolved.`,
|
|
||||||
),
|
|
||||||
},
|
|
||||||
doxxing: {
|
|
||||||
name: _(msg`Doxxing`),
|
|
||||||
description: _(
|
|
||||||
msg`This content has been reported to include private information about someone without their consent.`,
|
|
||||||
),
|
|
||||||
},
|
|
||||||
porn: {
|
porn: {
|
||||||
name: _(msg`Pornography`),
|
name: _(msg`Pornography`),
|
||||||
description: _(msg`Explicit sexual images.`),
|
description: _(msg`Explicit sexual images.`),
|
||||||
|
|||||||
Reference in New Issue
Block a user