Fixed typo

This commit is contained in:
Arnaud Vergnet 2020-04-10 14:33:12 +02:00
parent 5b994aab95
commit 7216789cfc

View file

@ -46,7 +46,7 @@ export default class ProximoAboutScreen extends React.Component<Props> {
left={props => <List.Icon {...props} icon={'cash'}/>}
/>
<Card.Content>
<Paragraph>18{i18n.t('proximoScreen.paymentMethodsDescription')}</Paragraph>
<Paragraph>{i18n.t('proximoScreen.paymentMethodsDescription')}</Paragraph>
</Card.Content>
</Card>
</ScrollView>