diff --git a/frontend/src/components/Dialogs/CommunityDialog.tsx b/frontend/src/components/Dialogs/CommunityDialog.tsx index 7c76e330..565f71f1 100644 --- a/frontend/src/components/Dialogs/CommunityDialog.tsx +++ b/frontend/src/components/Dialogs/CommunityDialog.tsx @@ -77,7 +77,7 @@ const CommunityDialog = ({ - + @@ -136,7 +136,7 @@ const CommunityDialog = ({ rel="noreferrer" > - + - + {/* {t("Robots show commitment to their peers")} - + */} {this.props.data.is_maker ? @@ -201,6 +202,11 @@ class TradeBox extends Component { } + + + {this.compatibleWalletsButton()} + + @@ -568,6 +574,17 @@ class TradeBox extends Component { handleQRbutton = () => { this.setState({qrscanner: !this.state.qrscanner}); } + compatibleWalletsButton = () =>{ + const { t } = this.props; + + return( + + ) + } showInputInvoice(){ const { t } = this.props; @@ -581,7 +598,8 @@ class TradeBox extends Component { {t("Submit an invoice for {{amountSats}} Sats",{amountSats: pn(this.props.data.invoice_amount)})} {" " + this.stepXofY()} - + + {t("The taker is committed! Before letting you send {{amountFiat}} {{currencyCode}}, we want to make sure you are able to receive the BTC. Please provide a valid invoice for {{amountSats}} Satoshis.", @@ -593,6 +611,10 @@ class TradeBox extends Component { + + {this.compatibleWalletsButton()} + + + + + ); +} \ No newline at end of file diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index c0149611..ed0cc297 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -352,7 +352,7 @@ "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.":"Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.", "Unpause Order":"Unpause Order", "You risk losing your bond if you do not lock the collateral. Total time to available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.":"You risk losing your bond if you do not lock the collateral. Total time to available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", - + "See Compatible Wallets":"See Compatible Wallets", "INFO DIALOG - InfoDiagog.js":"App information and clarifications and terms of use", "Close":"Close", diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index bfe5f7bf..33142536 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -351,8 +351,8 @@ "Your order is paused":"Tu orden está en pausa", "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.":"Tu orden pública fue pausada. Ahora mismo, la orden no puede ser vista ni tomada por otros robots. Puedes volver a activarla cuando desees.", "Unpause Order":"Activar Orden", - "You risk losing your bond if you do not lock the collateral. Total time to available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.":"Si no bloqueas el deposito de confianza te arriesgas a perder tu fianza. Dispones en total de {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", - + "You risk losing your bond if you do not lock the collateral. Total time to available is {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.":"Si no bloqueas el colateral te arriesgas a perder tu fianza. Dispones en total de {{deposit_timer_hours}}h {{deposit_timer_minutes}}m.", + "See Compatible Wallets":"Ver billeteras compatibles", "INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use", "Close": "Cerrar",