Update LanguageSettings.tsx

zio/stable
Minseo Lee 2024-02-16 09:00:59 +09:00
parent c15b785016
commit 46ee6a0748
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ export function LanguageSettingsScreen(_props: Props) {
type="button"
style={[pal.text, {flexShrink: 1, overflow: 'hidden'}]}
numberOfLines={1}>
{myLanguages.length ? myLanguages : 'Select languages'}
{myLanguages.length ? myLanguages : _(msg`Select languages`)}
</Text>
</Button>
</View>