Update LanguageSettings.tsx
This commit is contained in:
parent
c15b785016
commit
46ee6a0748
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ export function LanguageSettingsScreen(_props: Props) {
|
||||||
type="button"
|
type="button"
|
||||||
style={[pal.text, {flexShrink: 1, overflow: 'hidden'}]}
|
style={[pal.text, {flexShrink: 1, overflow: 'hidden'}]}
|
||||||
numberOfLines={1}>
|
numberOfLines={1}>
|
||||||
{myLanguages.length ? myLanguages : 'Select languages'}
|
{myLanguages.length ? myLanguages : _(msg`Select languages`)}
|
||||||
</Text>
|
</Text>
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue