Added trans (#4890)
parent
a864f69849
commit
af5262682e
|
@ -126,7 +126,7 @@ export function useModerationCauseDescription(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (def.identifier === 'porn' || def.identifier === 'sexual') {
|
if (def.identifier === 'porn' || def.identifier === 'sexual') {
|
||||||
strings.name = 'Adult Content'
|
strings.name = _(msg`Adult Content`)
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -268,7 +268,7 @@ function AppPassword({
|
||||||
size={14}
|
size={14}
|
||||||
/>
|
/>
|
||||||
<Text type="md" style={pal.textLight}>
|
<Text type="md" style={pal.textLight}>
|
||||||
Allows access to direct messages
|
<Trans>Allows access to direct messages</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue