Skip to content

Commit

Permalink
Added trans (#4890)
Browse files Browse the repository at this point in the history
  • Loading branch information
quiple authored Aug 8, 2024
1 parent a864f69 commit af52626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/moderation/useModerationCauseDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function useModerationCauseDescription(
}
}
if (def.identifier === 'porn' || def.identifier === 'sexual') {
strings.name = 'Adult Content'
strings.name = _(msg`Adult Content`)
}

return {
Expand Down
2 changes: 1 addition & 1 deletion src/view/screens/AppPasswords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function AppPassword({
size={14}
/>
<Text type="md" style={pal.textLight}>
Allows access to direct messages
<Trans>Allows access to direct messages</Trans>
</Text>
</View>
)}
Expand Down

0 comments on commit af52626

Please sign in to comment.