Tweak app language string in Settings (#7825)
This commit is contained in:
@@ -82,8 +82,7 @@ export function LanguageSettingsScreen({}: Props) {
|
|||||||
<View style={[a.gap_md, a.w_full]}>
|
<View style={[a.gap_md, a.w_full]}>
|
||||||
<Text style={[a.leading_snug]}>
|
<Text style={[a.leading_snug]}>
|
||||||
<Trans>
|
<Trans>
|
||||||
Select your app language for the default text to display in
|
Select which language to use for the app's user interface.
|
||||||
the app.
|
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<View style={[a.relative, web([a.w_full, {maxWidth: 400}])]}>
|
<View style={[a.relative, web([a.w_full, {maxWidth: 400}])]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user