Skip to content

Commit

Permalink
fix: doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Oct 26, 2024
1 parent f3dfd42 commit d1dfb14
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/locales/en/messages.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -992,8 +992,8 @@ msgid "E-Mode increases your LTV for a selected category of assets up to<0/>. <1
msgstr "E-Mode increases your LTV for a selected category of assets up to<0/>. <1>Learn more</1>"

#: src/modules/reserve-overview/ReserveEModePanel.tsx
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 in <1>FAQ</1> or <2>Aave V3 Technical Paper</2>."
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 in <1>FAQ</1> or <2>Aave V3 Technical Paper</2>."
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>."
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>."

#: src/modules/dashboard/DashboardEModeButton.tsx
msgid "E-Mode increases your LTV for a selected category of assets. <0>Learn more</0>"
Expand Down
8 changes: 4 additions & 4 deletions src/modules/reserve-overview/ReserveEModePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,19 @@ export const ReserveEModePanel: React.FC<ReserverEModePanelProps> = ({ reserve }
>
Dashboard
</Link>
. To learn more about E-Mode and applied restrictions in{' '}
. To learn more about E-Mode and applied restrictionn, see the{' '}
<Link
href="https://docs.aave.com/faq/aave-v3-features#high-efficiency-mode-e-mode"
href="https://aave.com/help/borrowing/e-mode"
sx={{ textDecoration: 'underline' }}
variant="caption"
color="text.secondary"
onClick={() => {
trackEvent(GENERAL.EXTERNAL_LINK, { Link: 'E-mode FAQ' });
}}
>
FAQ
help guide
</Link>{' '}
or{' '}
or the{' '}
<Link
href="https://github.com/aave/aave-v3-core/blob/master/techpaper/Aave_V3_Technical_Paper.pdf"
sx={{ textDecoration: 'underline' }}
Expand Down

0 comments on commit d1dfb14

Please sign in to comment.