Tweak app language string in Settings (#7825)

This commit is contained in:
surfdude29
2025-02-24 21:10:00 +00:00
committed by GitHub
parent 3f879f0315
commit 1fd3af3c46
+1 -2
View File
@@ -82,8 +82,7 @@ export function LanguageSettingsScreen({}: Props) {
<View style={[a.gap_md, a.w_full]}>
<Text style={[a.leading_snug]}>
<Trans>
Select your app language for the default text to display in
the app.
Select which language to use for the app's user interface.
</Trans>
</Text>
<View style={[a.relative, web([a.w_full, {maxWidth: 400}])]}>