Skip to content

Commit 8a803bf

Browse files
authored
chore: update ink text (#2969)
1 parent 15ef6c1 commit 8a803bf

7 files changed

Lines changed: 15 additions & 10 deletions

File tree

src/components/MarketSwitcher.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,12 @@ export const MarketSwitcher = () => {
229229
};
230230

231231
const marketBlurbs: { [key: string]: JSX.Element } = {
232-
proto_ink_v3: <Trans>The Ink instance is governed by the Ink Foundation</Trans>,
232+
proto_ink_v3: (
233+
<Trans>
234+
This Ink instance is operated by Tydro and governed by the Ink Foundation, independent from
235+
Aave DAO operated markets.
236+
</Trans>
237+
),
233238
proto_mainnet_v3: (
234239
<Trans>Main Ethereum market with the largest selection of assets and yield options</Trans>
235240
),

src/layouts/MainLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const getCampaignConfigs = () => ({
122122
buttonText: 'Learn more',
123123
buttonAction: {
124124
type: 'url' as const,
125-
value: 'https://x.com/tydrohq/status/2051383181874540957?s=20',
125+
value: 'https://x.com/tydrohq/status/2052450869082313086?s=20',
126126
target: '_blank' as const,
127127
},
128128
bannerVersion: 'aave-ink-paused-v0',

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
@@ -681,10 +681,6 @@ msgstr "Balance to revoke"
681681
msgid "Utilization Rate"
682682
msgstr "Utilization Rate"
683683

684-
#: src/components/MarketSwitcher.tsx
685-
msgid "The Ink instance is governed by the Ink Foundation"
686-
msgstr "The Ink instance is governed by the Ink Foundation"
687-
688684
#: src/modules/reserve-overview/ReserveFactorOverview.tsx
689685
msgid "View contract"
690686
msgstr "View contract"
@@ -2758,6 +2754,10 @@ msgstr "Available on"
27582754
msgid "starts"
27592755
msgstr "starts"
27602756

2757+
#: src/components/MarketSwitcher.tsx
2758+
msgid "This Ink instance is operated by Tydro and governed by the Ink Foundation, independent from Aave DAO operated markets."
2759+
msgstr "This Ink instance is operated by Tydro and governed by the Ink Foundation, independent from Aave DAO operated markets."
2760+
27612761
#: src/modules/staking/StakingPanel.tsx
27622762
msgid "Unstake now"
27632763
msgstr "Unstake now"

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.

0 commit comments

Comments
 (0)