forked from vergnet/application-amicale
Fixed typo
This commit is contained in:
parent
5b994aab95
commit
7216789cfc
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue