Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/components/MarketSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,12 @@ export const MarketSwitcher = () => {
};

const marketBlurbs: { [key: string]: JSX.Element } = {
proto_ink_v3: <Trans>The Ink instance is governed by the Ink Foundation</Trans>,
proto_ink_v3: (
<Trans>
This Ink instance is operated by Tydro and governed by the Ink Foundation, independent from
Aave DAO operated markets.
</Trans>
),
proto_mainnet_v3: (
<Trans>Main Ethereum market with the largest selection of assets and yield options</Trans>
),
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const getCampaignConfigs = () => ({
buttonText: 'Learn more',
buttonAction: {
type: 'url' as const,
value: 'https://x.com/tydrohq/status/2051383181874540957?s=20',
value: 'https://x.com/tydrohq/status/2052450869082313086?s=20',
target: '_blank' as const,
},
bannerVersion: 'aave-ink-paused-v0',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/el/messages.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/en/messages.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -681,10 +681,6 @@ msgstr "Balance to revoke"
msgid "Utilization Rate"
msgstr "Utilization Rate"

#: src/components/MarketSwitcher.tsx
msgid "The Ink instance is governed by the Ink Foundation"
msgstr "The Ink instance is governed by the Ink Foundation"

#: src/modules/reserve-overview/ReserveFactorOverview.tsx
msgid "View contract"
msgstr "View contract"
Expand Down Expand Up @@ -2758,6 +2754,10 @@ msgstr "Available on"
msgid "starts"
msgstr "starts"

#: src/components/MarketSwitcher.tsx
msgid "This Ink instance is operated by Tydro and governed by the Ink Foundation, independent from Aave DAO operated markets."
msgstr "This Ink instance is operated by Tydro and governed by the Ink Foundation, independent from Aave DAO operated markets."

#: src/modules/staking/StakingPanel.tsx
msgid "Unstake now"
msgstr "Unstake now"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es/messages.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/fr/messages.js

Large diffs are not rendered by default.

Loading