diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-02-24 21:10:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 13:10:00 -0800 |
commit | 1fd3af3c4646b21ab17234a900147086a11808d1 (patch) | |
tree | 9fe1fde629196dcc62e56fb31790599b186baf39 | |
parent | 3f879f031508226a962acb846132d3160eaa76df (diff) | |
download | voidsky-1fd3af3c4646b21ab17234a900147086a11808d1.tar.zst |
Tweak app language string in Settings (#7825)
-rw-r--r-- | src/screens/Settings/LanguageSettings.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screens/Settings/LanguageSettings.tsx b/src/screens/Settings/LanguageSettings.tsx index 8fece7129..7266dda4a 100644 --- a/src/screens/Settings/LanguageSettings.tsx +++ b/src/screens/Settings/LanguageSettings.tsx @@ -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}])]}> |