diff --git a/web/cashtab/src/components/Wallet/Wallet.js b/web/cashtab/src/components/Wallet/Wallet.js --- a/web/cashtab/src/components/Wallet/Wallet.js +++ b/web/cashtab/src/components/Wallet/Wallet.js @@ -8,6 +8,7 @@ import { Link } from 'react-router-dom'; import TokenList from './TokenList'; import { CashLoader } from '../Common/CustomIcons'; +import fbt from 'fbt'; export const LoadingCtn = styled.div` width: 100%; @@ -170,13 +171,25 @@ 🎉 - Congratulations on your new wallet!{' '} + + Congratulations on your new wallet! + {' '} 🎉 -
Start using the wallet immediately to receive{' '} - {currency.ticker} payments, or load it up with{' '} - {currency.ticker} to send to others +
+ {fbt( + `Start using the wallet immediately to receive${' '} + ${fbt.param( + 'currency.ticker', + currency.ticker, + )} payments, or load it up with${' '} + ${fbt.sameParam( + 'currency.ticker', + currency.ticker, + )} to send to others`, + 'Welcome message with instructions on how to start using the wallet', + )} 0 {currency.ticker} @@ -196,8 +209,15 @@ {apiError && ( <>

- An error occured on our end. -

Re-establishing connection... + + + An error occured on our end. + + +

+ + Re-establishing connection... +

@@ -238,7 +258,10 @@ target="_blank" rel="noopener noreferrer" > - View Transactions + + + View Transactions + ) : null} diff --git a/web/cashtab/translations/en_US.json b/web/cashtab/translations/en_US.json --- a/web/cashtab/translations/en_US.json +++ b/web/cashtab/translations/en_US.json @@ -21,6 +21,41 @@ "translation": "Settings" } ] + }, + "xAJkMij+Q6aqdX6f29bRoQ==": { + "translations": [ + { + "translation": "Congratulations on your new wallet!" + } + ] + }, + "DKU9+N7Hw78LMyZjWYc14A==": { + "translations": [ + { + "translation": "Start using the wallet immediately to receive {currency.ticker} payments, or load it up with {currency.ticker} to send to others" + } + ] + }, + "1huZKPs0Ahrfj16aJd2L+w==": { + "translations": [ + { + "translation": "An error occured on our end." + } + ] + }, + "L7Q2cKTesVPGDxybzJJrAQ==": { + "translations": [ + { + "translation": "Re-establishing connection..." + } + ] + }, + "YFUMSN0LBJ8j8EU6aoVNcg==": { + "translations": [ + { + "translation": "View Transactions" + } + ] } } } diff --git a/web/cashtab/translations/pt_BR.json b/web/cashtab/translations/pt_BR.json --- a/web/cashtab/translations/pt_BR.json +++ b/web/cashtab/translations/pt_BR.json @@ -21,6 +21,41 @@ "translation": "Opções" } ] + }, + "xAJkMij+Q6aqdX6f29bRoQ==": { + "translations": [ + { + "translation": "Parabéns pela sua nova carteira!" + } + ] + }, + "DKU9+N7Hw78LMyZjWYc14A==": { + "translations": [ + { + "translation": "Comece usando a carteira imediatamente para receber pagamentos em {currency.ticker}, ou carregue a mesma com {currency.ticker} para enviar para outras pessoas" + } + ] + }, + "1huZKPs0Ahrfj16aJd2L+w==": { + "translations": [ + { + "translation": "Ocorreu um erro em nosso servidor." + } + ] + }, + "L7Q2cKTesVPGDxybzJJrAQ==": { + "translations": [ + { + "translation": "Reconectando..." + } + ] + }, + "YFUMSN0LBJ8j8EU6aoVNcg==": { + "translations": [ + { + "translation": "Ver Transações" + } + ] } } }