From b0c30fc37747ab6ec06c87e14b89c00e4bffb92c Mon Sep 17 00:00:00 2001 From: Tarik Bellamine Date: Fri, 26 Mar 2021 11:44:24 -0700 Subject: [PATCH] added changes --- .../locales/en-US/fiatExchangeFlow.json | 6 +- .../src/fiatExchanges/CashInSuccess.tsx | 43 ++- .../__snapshots__/CashInSuccess.test.tsx.snap | 276 ++++++++---------- 3 files changed, 144 insertions(+), 181 deletions(-) diff --git a/packages/mobile/locales/en-US/fiatExchangeFlow.json b/packages/mobile/locales/en-US/fiatExchangeFlow.json index 5ca9fde37b8..758841016ec 100644 --- a/packages/mobile/locales/en-US/fiatExchangeFlow.json +++ b/packages/mobile/locales/en-US/fiatExchangeFlow.json @@ -60,9 +60,9 @@ "celoDeposit": "CELO Purchase", "cUsdDeposit": "cUSD Purchase", "cicoSuccess": { - "title": "Transaction started!", - "bodyWithProvider": "{{provider}} is processing your order. You should receive your funds within 1-2 days.", - "bodyWithoutProvider": "The service provider is processing your order. You should receive your funds within 1-2 days." + "title": "Order submitted!", + "bodyWithProvider": "{{provider}} is processing your order. You should receive your funds within a couple of days.", + "bodyWithoutProvider": "The service provider is processing your order. You should receive your funds within a couple of days." }, "restrictedRegion": "Limited support in region" } diff --git a/packages/mobile/src/fiatExchanges/CashInSuccess.tsx b/packages/mobile/src/fiatExchanges/CashInSuccess.tsx index fb114ad5025..6a4b192b248 100644 --- a/packages/mobile/src/fiatExchanges/CashInSuccess.tsx +++ b/packages/mobile/src/fiatExchanges/CashInSuccess.tsx @@ -21,25 +21,23 @@ function CashInSuccessScreen({ route }: Props) { return ( - - - {t('cicoSuccess.title')} - + + {t('cicoSuccess.title')} {provider ? t('cicoSuccess.bodyWithProvider', { provider }) : t('cicoSuccess.bodyWithoutProvider')} - -