tweak string in ContentLanguagesSettings.tsx (#8582)
This commit is contained in:
@@ -81,7 +81,7 @@ export function Component({}: {}) {
|
|||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={[pal.textLight, styles.description]}>
|
<Text style={[pal.textLight, styles.description]}>
|
||||||
<Trans>Leave them all unchecked to see any language.</Trans>
|
<Trans>Leave them all unselected to see any language.</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<ScrollView style={styles.scrollContainer}>
|
<ScrollView style={styles.scrollContainer}>
|
||||||
{languages.map(lang => (
|
{languages.map(lang => (
|
||||||
|
|||||||
Reference in New Issue
Block a user