Skip to content

Commit 4201226

Browse files
authored
chore: text (#2569)
1 parent 341be48 commit 4201226

6 files changed

Lines changed: 11 additions & 26 deletions

File tree

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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ msgstr "Transaction history"
181181
msgid "Approving {symbol}..."
182182
msgstr "Approving {symbol}..."
183183

184-
#: src/modules/sGho/SGhoHeader.tsx
185184
#: src/modules/umbrella/UmbrellaHeader.tsx
186185
msgid "Learn more about the risks."
187186
msgstr "Learn more about the risks."
@@ -886,10 +885,6 @@ msgstr "This action will reduce health factor of V3 below liquidation threshold.
886885
msgid "Instant"
887886
msgstr "Instant"
888887

889-
#: src/modules/sGho/SGhoHeader.tsx
890-
msgid "Deposit GHO into savings GHO (sGHO) and earn <0>{0}%</0> APR on your GHO holdings. Your funds are safe with no risk of slashing, and you can withdraw anytime instantly without penalties or delays. Simply deposit GHO, receive sGHO tokens representing your balance, and watch your savings earning claimable rewards from merit."
891-
msgstr "Deposit GHO into savings GHO (sGHO) and earn <0>{0}%</0> APR on your GHO holdings. Your funds are safe with no risk of slashing, and you can withdraw anytime instantly without penalties or delays. Simply deposit GHO, receive sGHO tokens representing your balance, and watch your savings earning claimable rewards from merit."
892-
893888
#: src/modules/umbrella/UnstakeModalContent.tsx
894889
msgid "Stake balance"
895890
msgstr "Stake balance"
@@ -2928,6 +2923,10 @@ msgstr "Depositing"
29282923
msgid "Supply apy"
29292924
msgstr "Supply apy"
29302925

2926+
#: src/modules/sGho/SGhoHeader.tsx
2927+
msgid "Deposit GHO into savings GHO (sGHO) and earn <0>{0}%</0> APR on your GHO holdings. There's no lockups, no rehypothecation, and you can withdraw anytime. Simply deposit GHO, receive sGHO tokens representing your balance, and watch your savings grow earning claimable rewards from merit."
2928+
msgstr "Deposit GHO into savings GHO (sGHO) and earn <0>{0}%</0> APR on your GHO holdings. There's no lockups, no rehypothecation, and you can withdraw anytime. Simply deposit GHO, receive sGHO tokens representing your balance, and watch your savings grow earning claimable rewards from merit."
2929+
29312930
#: src/modules/governance/proposal/VoteInfo.tsx
29322931
msgid "With a voting power of <0/>"
29332932
msgstr "With a voting power of <0/>"

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/sGho/SGhoHeader.tsx

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ import { useStakeTokenAPR } from 'src/hooks/useStakeTokenAPR';
1111
import { useWeb3Context } from 'src/libs/hooks/useWeb3Context';
1212
import { useRootStore } from 'src/store/root';
1313
import { MarketDataType } from 'src/ui-config/marketsConfig';
14-
import { GENERAL } from 'src/utils/events';
1514
import { useShallow } from 'zustand/shallow';
1615

17-
import { Link } from '../../components/primitives/Link';
1816
import { TopInfoPanelItem } from '../../components/TopInfoPanel/TopInfoPanelItem';
1917
import { AddTokenDropdown } from '../reserve-overview/AddTokenDropdown';
2018
import { TokenLinkDropdown } from '../reserve-overview/TokenLinkDropdown';
@@ -71,22 +69,10 @@ export const SGHOHeader: React.FC = () => {
7169
<Box component="span" sx={{ color: '#338E3C', fontWeight: 'bold' }}>
7270
{(stakeAPR?.aprPercentage || 0).toFixed(2)}%
7371
</Box>{' '}
74-
APR on your GHO holdings. Your funds are safe with no risk of slashing, and you can
75-
withdraw anytime instantly without penalties or delays. Simply deposit GHO, receive
76-
sGHO tokens representing your balance, and watch your savings earning claimable
77-
rewards from merit.
72+
APR on your GHO holdings. There&apos;s no lockups, no rehypothecation, and you can
73+
withdraw anytime. Simply deposit GHO, receive sGHO tokens representing your balance,
74+
and watch your savings grow earning claimable rewards from merit.
7875
</Trans>{' '}
79-
<Link
80-
href="https://aave.com/docs/primitives/umbrella"
81-
sx={{ textDecoration: 'underline', color: '#8E92A3' }}
82-
onClick={() =>
83-
trackEvent(GENERAL.EXTERNAL_LINK, {
84-
Link: 'Staking Risks',
85-
})
86-
}
87-
>
88-
<Trans>Learn more about the risks.</Trans>
89-
</Link>
9076
</Typography>
9177
</Box>
9278
}

0 commit comments

Comments
 (0)