@@ -112,7 +112,7 @@ export const COPY = {
112112 invalid :
113113 "This BTC Vault is invalid. The BTC UTXOs were spent in a different transaction." ,
114114 redemptionComplete :
115- "Redemption complete. Your BTC has been returned to your wallet ." ,
115+ "Redemption complete. Your BTC payout has been sent to your nominated address ." ,
116116 } ,
117117 statusErrors : {
118118 expired :
@@ -266,8 +266,8 @@ export const COPY = {
266266 doneButton : "Done" ,
267267 } ,
268268 refundSuccess : {
269- heading : "Broadcasting Refund " ,
270- body : "Refund transaction has been broadcast successfully." ,
269+ heading : "Broadcasting withdraw expired " ,
270+ body : "Withdraw expired vault transaction broadcast successfully." ,
271271 viewExplorerButton : "View on blockchain explorer" ,
272272 doneButton : "Done" ,
273273 doNotSpendWarning : ( symbol : string ) =>
@@ -357,7 +357,7 @@ export const COPY = {
357357 // Accessible label / tooltip for the per-provider explorer link.
358358 providerExplorerLinkLabel : "View vault provider on explorer" ,
359359 splitOptionDescription :
360- "Split your BTC into multiple BTC Vaults for more flexibility. In liquidation, only part of your collateral may be affected ." ,
360+ "Split your Bitcoin into multiple vaults to enable partial liquidation." ,
361361 noSplitOptionDescription :
362362 "Your BTC will be deposited into a single BTC Vault" ,
363363 learnWhyRecommended : "Learn why we recommend this." ,
@@ -616,8 +616,9 @@ export const COPY = {
616616 "Your withdrawal is going through its on-chain challenge period before the BTC payout can be broadcast." ,
617617 } ,
618618 payoutBroadcast : {
619- label : "BTC Sent" ,
620- message : "Your BTC has been sent to your nominated address." ,
619+ label : "Payout broadcast" ,
620+ message :
621+ "The Bitcoin payout transaction has been broadcast to your nominated address." ,
621622 } ,
622623 payoutBlocked : {
623624 label : "Blocked" ,
@@ -655,7 +656,13 @@ export const COPY = {
655656 heading : "Loans" ,
656657 borrowButton : "Borrow" ,
657658 repayButton : "Repay" ,
658- borrowRateLabel : "Borrow rate" ,
659+ // The interest rate Aave charges on the borrowed asset. Aave compounds
660+ // continuously, so this is an APY (effective rate), matching Aave's own UI.
661+ borrowRateLabel : "Borrow APY" ,
662+ // Detail-card metric: debt-to-collateral ratio (debtUsd / collateralUsd),
663+ // distinct from the borrow APY above.
664+ borrowRatioLabel : "Borrow ratio" ,
665+ healthFactorLabel : "Health factor" ,
659666 detailsAriaLabel : ( symbol : string ) => `${ symbol } loan details` ,
660667 empty : {
661668 title : ( symbol : string ) => `Borrow assets using your ${ symbol } ` ,
0 commit comments