diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-06-28 16:35:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-28 10:35:14 -0500 |
commit | 7837c8f07db71b571c3f4629345419ec8de3d427 (patch) | |
tree | 2e231cea69650a04f1d7346d63089541f3058452 /src/view/com | |
parent | 3e76a4725e1b4ef89a47899f0fd672bcd7d8a4fb (diff) | |
download | voidsky-7837c8f07db71b571c3f4629345419ec8de3d427.tar.zst |
tweak string in ContentLanguagesSettings.tsx (#8582)
Diffstat (limited to 'src/view/com')
-rw-r--r-- | src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx b/src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx index aae8e29d6..eaa34e0ac 100644 --- a/src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx +++ b/src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx @@ -81,7 +81,7 @@ export function Component({}: {}) { </Trans> </Text> <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> <ScrollView style={styles.scrollContainer}> {languages.map(lang => ( |