Make collateral lock step more explicit for takers

This commit is contained in:
Reckless_Satoshi 2022-05-16 05:22:08 -07:00
parent 30300c7e4f
commit 1a751b4fa7
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
3 changed files with 9 additions and 1 deletions

View File

@ -273,12 +273,17 @@ class TradeBox extends Component {
{/* Make confirmation sound for HTLC received. */}
{this.Sound("locked-invoice")}
<Grid item xs={12} align="center">
<Typography color="green" variant="subtitle1">
<Typography color="orange" variant="subtitle1">
<b>
{t("Lock {{amountSats}} Sats as collateral", {amountSats:pn(this.props.data.escrow_satoshis)})}
</b>{" " + this.stepXofY()}
</Typography>
</Grid>
<Grid item xs={12} align="center">
<Typography variant="body2">
{t("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.", this.depositHoursMinutes() )}
</Typography>
</Grid>
<Grid item xs={12} align="center">
<Box sx={{bgcolor:'#ffffff', width:'315px', position:'relative', left:'-5px'}} >
<QRCode value={this.props.data.escrow_invoice} size={305} style={{position:'relative', top:'3px'}}/>

View File

@ -351,6 +351,8 @@
"Your order is paused":"Your order is paused",
"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.",
"INFO DIALOG - InfoDiagog.js":"App information and clarifications and terms of use",
"Close":"Close",

View File

@ -351,6 +351,7 @@
"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.",
"INFO DIALOG - InfoDiagog.js": "App information and clarifications and terms of use",