Added trans (#4890)
This commit is contained in:
parent
a864f69849
commit
af5262682e
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ export function useModerationCauseDescription(
|
|||
}
|
||||
}
|
||||
if (def.identifier === 'porn' || def.identifier === 'sexual') {
|
||||
strings.name = 'Adult Content'
|
||||
strings.name = _(msg`Adult Content`)
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue