You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/evm/src/libs/translations/translations/en.json
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -264,6 +264,7 @@
264
264
},
265
265
"assetAccessor": {
266
266
"disabledActionNotice": {
267
+
"boost": "Boosting has been disabled for this market",
267
268
"borrow": "Borrowing has been disabled for this market",
268
269
"repay": "Repaying has been disabled for this market",
269
270
"supply": "Supplying has been disabled for this market",
@@ -659,6 +660,13 @@
659
660
},
660
661
"operationForm": {
661
662
"availableAmount": "Available",
663
+
"boost": {
664
+
"flows": {
665
+
"borrow": "Borrow {{ tokenSymbol }}",
666
+
"supply": "Supply {{ tokenSymbol }}",
667
+
"swap": "Swap"
668
+
}
669
+
},
662
670
"boostTabAltText": "Rocket icon",
663
671
"boostTabTitle": "Boost",
664
672
"borrowTabTitle": "Borrow",
@@ -675,6 +683,7 @@
675
683
"noCollateral": "You need to supply tokens and enable them as collateral before you can borrow {{tokenSymbol}} from this pool",
676
684
"priceImpactTooHigh": "Price impact too high",
677
685
"supplyCapReached": "The supply cap of {{assetSupplyCap}} has been reached for this pool. You can not supply to this market anymore until withdraws are made or its supply cap is increased.",
686
+
"tooRisky": "This transaction would get your account liquidated",
0 commit comments