diff --git a/src/screens/Proxiwash/ProxiwashAboutScreen.js b/src/screens/Proxiwash/ProxiwashAboutScreen.js index f6a8529..662b74c 100644 --- a/src/screens/Proxiwash/ProxiwashAboutScreen.js +++ b/src/screens/Proxiwash/ProxiwashAboutScreen.js @@ -3,8 +3,7 @@ import * as React from 'react'; import {Image, View} from 'react-native'; import i18n from 'i18n-js'; -import {Card, Avatar, Paragraph, Text, Title} from 'react-native-paper'; -import CustomTabBar from '../../components/Tabbar/CustomTabBar'; +import {Card, Avatar, Paragraph, Title} from 'react-native-paper'; import CollapsibleScrollView from '../../components/Collapsible/CollapsibleScrollView'; import type {CardTitleIconPropsType} from '../../constants/PaperStyles'; @@ -32,7 +31,7 @@ export default class ProxiwashAboutScreen extends React.Component { style={{height: '100%', width: '100%', resizeMode: 'contain'}} /> - {i18n.t('screens.proxiwash.description')} + { {i18n.t('screens.proxiwash.washerTips')} - - - ( - - )} - /> - - {i18n.t('screens.proxiwash.washersTariff')} - {i18n.t('screens.proxiwash.dryersTariff')} - - - - ( - - )} - /> - - - {i18n.t('screens.proxiwash.paymentMethodsDescription')} - - - ); }