diff --git a/src/components/Earn/Lend/LendIntro.tsx b/src/components/Earn/Lend/LendIntro.tsx
index 2d3ea24a..b0baf393 100644
--- a/src/components/Earn/Lend/LendIntro.tsx
+++ b/src/components/Earn/Lend/LendIntro.tsx
@@ -9,8 +9,8 @@ export default function LendIntro() {
text={
<>
By Lending your assets, you'll earn attractive
- interest (APY) without impacting your LTV. It's a win-win situation - don't miss
- out on this easy opportunity to grow your holdings!
+ interest (APY) without impacting your loan to value (LTV). It's a win-win situation -
+ don't miss out on this easy opportunity to grow your holdings!
>
}
>
diff --git a/src/components/Modals/Settings/index.tsx b/src/components/Modals/Settings/index.tsx
index 76a2647c..5cc5670d 100644
--- a/src/components/Modals/Settings/index.tsx
+++ b/src/components/Modals/Settings/index.tsx
@@ -251,9 +251,9 @@ export default function SettingsModal() {
label='Tutorial'
description={
- Show tutorial elements in the UI. Like the{' '}
+ Show tutorial elements in the UI. Like the page info boxes or{' '}
- Get Started Modal.
+ Get Started.
}
diff --git a/src/components/Switch/SwitchAutoLend.tsx b/src/components/Switch/SwitchAutoLend.tsx
index c4362f6f..ebf783ca 100644
--- a/src/components/Switch/SwitchAutoLend.tsx
+++ b/src/components/Switch/SwitchAutoLend.tsx
@@ -28,7 +28,7 @@ export default function SwitchAutoLend(props: Props) {
label='Lend assets to earn yield'
value={props.value !== undefined ? props.value : isAutoLendEnabled}
onChange={handleToggle}
- tooltip={`Fund your account and lend assets effortlessly! By lending, you'll earn attractive interest (APY) without impacting your LTV. It's a win-win situation - don't miss out on this easy opportunity to grow your holdings!`}
+ tooltip={`Fund your account and lend assets effortlessly! By lending, you'll earn attractive interest (APY) without impacting your loan to value (LTV). It's a win-win situation - don't miss out on this easy opportunity to grow your holdings!`}
/>
)