Skip to content

Commit 422a2f1

Browse files
committed
fix: align health alert wording with condition
1 parent 3c7ea34 commit 422a2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-mobile/app/new/features/defiMarket/utils/collateralHealthAlert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const showHealthImpactAlert = (
1616
return new Promise(resolve => {
1717
showAlert({
1818
title: 'Unable to disable collateral',
19-
description: `Removing ${symbol} as collateral will lower your health score below 1.0, triggering liquidation.`,
19+
description: `Removing ${symbol} as collateral will lower your health score to 1.0 or below, triggering liquidation.`,
2020
buttons: [{ text: 'Got it', onPress: () => resolve(false) }],
2121
options: { cancelable: false }
2222
})

0 commit comments

Comments
 (0)