Fixed typo
这个提交包含在:
父节点
5b994aab95
当前提交
7216789cfc
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -46,7 +46,7 @@ export default class ProximoAboutScreen extends React.Component<Props> {
|
||||||
left={props => <List.Icon {...props} icon={'cash'}/>}
|
left={props => <List.Icon {...props} icon={'cash'}/>}
|
||||||
/>
|
/>
|
||||||
<Card.Content>
|
<Card.Content>
|
||||||
<Paragraph>18{i18n.t('proximoScreen.paymentMethodsDescription')}</Paragraph>
|
<Paragraph>{i18n.t('proximoScreen.paymentMethodsDescription')}</Paragraph>
|
||||||
</Card.Content>
|
</Card.Content>
|
||||||
</Card>
|
</Card>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用