Skip to content

Commit

Permalink
CDP-444 Reverted keys liquidation_fee -> liquadtion_penalty
Browse files Browse the repository at this point in the history
  • Loading branch information
Padraic-O-Mhuiris committed Oct 25, 2019
1 parent 227660b commit 1dae562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/components/CDPCreateScreens/CDPCreateSelectCollateral.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ const CDPCreateSelectCollateralSidebar = () => {
lang.liquidation_ratio,
lang.cdp_create.liquidation_ratio_description
],
[lang.liquidation_fee, lang.cdp_create.liquidation_fee_description]
[
lang.liquidation_penalty,
lang.cdp_create.liquidation_penalty_description
]
].map(([title, text]) => (
<Grid mb="m" key={title} gridRowGap="xs">
<TextBlock t="h5" lineHeight="normal">
Expand Down
4 changes: 2 additions & 2 deletions src/languages/_english.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"draw_too_much_dai": "CDP below liquidation threshold",
"stability_fee_description": "The fee calculated based on the outstanding debt of your vault. This is continuously added to your existing debt.",
"liquidation_ratio_description": "The collateral-to-dai ratio at which the vault becomes vulnerable to liquidation.",
"liquidation_fee_description": "The fee that is added to the total outstanding DAI debt when a liquidation occurs.",
"liquidation_penalty_description": "The fee that is added to the total outstanding DAI debt when a liquidation occurs.",
"waiting_for_comfirmations": "Waiting for confirmations... {0} of {1}",
"confirmed_with_confirmations": "Confirmed with {0} confirmations",
"waiting_for_confirmations_info": "Waiting for confirmations reduces the risk of your Maker Collateral Vault address changing. We require users to wait 10 block confirmations to ensure it's been created successfully. This will often take around 2 minutes.",
Expand Down Expand Up @@ -245,7 +245,7 @@
"paste": "Paste",
"cancel": "Cancel",
"stability_fee": "Stability Fee",
"liquidation_fee": "Liquidation Fee",
"liquidation_penalty": "Liquidation Fee",
"collateral_debt_ceiling": "Debt ceiling",
"dai_available": "DAI Available",
"returned_auction": "returned from the auction",
Expand Down

0 comments on commit 1dae562

Please sign in to comment.