Skip to content

Commit

Permalink
feat: update BUSD forced liquidation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gleiser-oliveira committed Oct 25, 2023
1 parent 45adb74 commit 098a34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const DashboardUi: React.FC<DashboardUiProps> = ({
i18nKey="dashboard.banner.busdForceLiquidations"
components={{
Link: (
<Link href="https://snapshot.org/#/venus-xvs.eth/proposal/0xbac76472c9eed8e874b10244c6b5f8e9444dc31eb81458a672a552c93bcaf6b9" />
<Link href="https://app.venus.io/#/governance/proposal/1919" />
),
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/translation/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"dashboard": {
"allTag": "All",
"banner": {
"busdForceLiquidations": "Forced liquidations will be enabled in the BUSD market, in October. Every BUSD borrow position will be eligible to be liquidated, independently of their health rate. <Link>Snapshot</Link>"
"busdForceLiquidations": "Forced liquidations will be enabled in the BUSD market, on October 27th, 2023, after executing <Link>VIP-191</Link>"
},
"borrowTabTitle": "Borrow",
"connectWalletBanner": {
Expand Down

0 comments on commit 098a34c

Please sign in to comment.