Fixed typo
This commit is contained in:
부모
5b994aab95
커밋
7216789cfc
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -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>
|
||||
|
|
불러오는 중…
Reference in a new issue