Remove excess l10n related markups (#2544)
* Remove excess l10n related markups * One more correction pointed out by quiple
This commit is contained in:
parent
2be2733082
commit
0dfe740dd3
4 changed files with 13 additions and 17 deletions
|
@ -291,7 +291,7 @@ export function SettingsScreen({}: Props) {
|
|||
]}>
|
||||
<View style={{flex: 1}}>
|
||||
<Text type="title-lg" style={[pal.text, {fontWeight: 'bold'}]}>
|
||||
<Trans>{_(msg`Settings`)}</Trans>
|
||||
<Trans>Settings</Trans>
|
||||
</Text>
|
||||
</View>
|
||||
</SimpleViewHeader>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue