all is ok

This commit is contained in:
Brice Zele 2020-07-09 01:59:56 +01:00
parent dad78e3e0e
commit 3dbb45ef2a
3 changed files with 3 additions and 1 deletions

View File

@ -350,7 +350,7 @@ class RetraitCarteVersCashAgent extends Component {
}
<ScrollView style={styles.container}>
<Text style={styles.subbigtitle}>{I18n.t('WITHDRAWAL_CARD_TO_CASH_DESCRIPTION')}</Text>
<Text style={styles.subbigtitle}>{I18n.t('WITHDRAWAL_CARD_TO_CASH_DESCRIPTION_AGENT')}</Text>
<Animatable.View ref={(comp) => { this.codeCVVAnim = comp }}>
<View style={{

View File

@ -79,6 +79,7 @@
"WITHDRAWAL_CARD_TO_CASH": "Withdrawal card to cash",
"WITHDRAWAL_CARD_TO_CASH_AGENT": "Withdrawal card to cash",
"WITHDRAWAL_CARD_TO_CASH_DESCRIPTION": "Withdrawal money from card to cash",
"WITHDRAWAL_CARD_TO_CASH_DESCRIPTION_AGENT": "Withdrawal money from card to cash",
"DEPOSIT_CASH_TO_WALLET": "Cash to iLinkWorld wallet",
"DEPOSIT_CASH_TO_WALLET_DESCRIPTION": "Deposit Cash to iLinkWorld wallet",
"DEPOSIT_CASH_TO_OTHER_WALLET": "Cash to another wallet",

View File

@ -84,6 +84,7 @@
"WITHDRAWAL_CARD_TO_CASH": "Retrait de votre carte vers cash",
"WITHDRAWAL_CARD_TO_CASH_AGENT": "Retrait carte vers cash",
"WITHDRAWAL_CARD_TO_CASH_DESCRIPTION": "Retrait de l'argent de votre carte vers cash",
"WITHDRAWAL_CARD_TO_CASH_DESCRIPTION_AGENT": "Retrait de l'argent de carte vers cash",
"DEPOSIT_CASH_TO_WALLET": "Cash vers wallet iLinkWorld",
"DEPOSIT_CASH_TO_WALLET_DESCRIPTION": "Dépôt Cash vers wallet iLinkWorld",
"DEPOSIT_CASH_TO_OTHER_WALLET": "Cash vers autre wallet",