Skip to content

Commit a98550e

Browse files
AGMASOfoodaka
andauthored
fix: typo in emodes (#2689)
Co-authored-by: Mark Hinschberger <[email protected]>
1 parent f6fb62e commit a98550e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/locales/el/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/en/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/en/messages.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ msgstr "You've successfully swapped borrow position."
5353
msgid "Participating in this {symbol} reserve gives annualized rewards."
5454
msgstr "Participating in this {symbol} reserve gives annualized rewards."
5555

56+
#: src/modules/reserve-overview/ReserveEModePanel.tsx
57+
msgid "E-Mode increases your LTV for a selected category of assets, meaning that when E-mode is enabled, you will have higher borrowing power over assets of the same E-mode category which are defined by Aave Governance. You can enter E-Mode from your <0>Dashboard</0>. To learn more about E-Mode and applied restrictions, see the <1>help guide</1> or the <2>Aave V3 Technical Paper</2>."
58+
msgstr "E-Mode increases your LTV for a selected category of assets, meaning that when E-mode is enabled, you will have higher borrowing power over assets of the same E-mode category which are defined by Aave Governance. You can enter E-Mode from your <0>Dashboard</0>. To learn more about E-Mode and applied restrictions, see the <1>help guide</1> or the <2>Aave V3 Technical Paper</2>."
59+
5660
#: src/modules/governance/DelegatedInfoPanel.tsx
5761
msgid "Use your AAVE, stkAAVE, or aAave balance to delegate your voting and proposition powers. You will not be sending any tokens, only the rights to vote and propose changes to the protocol. You can re-delegate or revoke power to self at any time."
5862
msgstr "Use your AAVE, stkAAVE, or aAave balance to delegate your voting and proposition powers. You will not be sending any tokens, only the rights to vote and propose changes to the protocol. You can re-delegate or revoke power to self at any time."
@@ -100,10 +104,6 @@ msgstr "{0} {symbol}..."
100104
msgid "In progress"
101105
msgstr "In progress"
102106

103-
#: src/modules/reserve-overview/ReserveEModePanel.tsx
104-
msgid "E-Mode increases your LTV for a selected category of assets, meaning that when E-mode is enabled, you will have higher borrowing power over assets of the same E-mode category which are defined by Aave Governance. You can enter E-Mode from your <0>Dashboard</0>. To learn more about E-Mode and applied restrictionn, see the <1>help guide</1> or the <2>Aave V3 Technical Paper</2>."
105-
msgstr "E-Mode increases your LTV for a selected category of assets, meaning that when E-mode is enabled, you will have higher borrowing power over assets of the same E-mode category which are defined by Aave Governance. You can enter E-Mode from your <0>Dashboard</0>. To learn more about E-Mode and applied restrictionn, see the <1>help guide</1> or the <2>Aave V3 Technical Paper</2>."
106-
107107
#: src/modules/umbrella/StakeCooldownModalContent.tsx
108108
msgid "Amount available to unstake"
109109
msgstr "Amount available to unstake"

src/locales/es/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/fr/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/modules/reserve-overview/ReserveEModePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const ReserveEModePanel: React.FC<ReserverEModePanelProps> = ({ reserve }
107107
>
108108
Dashboard
109109
</Link>
110-
. To learn more about E-Mode and applied restrictionn, see the{' '}
110+
. To learn more about E-Mode and applied restrictions, see the{' '}
111111
<Link
112112
href="https://aave.com/help/borrowing/e-mode"
113113
sx={{ textDecoration: 'underline' }}

0 commit comments

Comments
 (0)