Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const ColalteralSwapDetails = ({ state }: { params: SwapParams; state: Sw

{showBalance && (
<Row
caption={<Trans>Supply balance after switch</Trans>}
caption={<Trans>Supply balance after swap</Trans>}
captionVariant="description"
mb={4}
align="flex-start"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const DebtSwapDetails = ({
/>

<Row
caption={<Trans>Borrow balance after switch</Trans>}
caption={<Trans>Borrow balance after swap</Trans>}
captionVariant="description"
mb={4}
align="flex-start"
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.

16 changes: 8 additions & 8 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -992,10 +992,6 @@ msgstr "I fully understand the risks of migrating."
msgid "The underlying asset cannot be rescued"
msgstr "The underlying asset cannot be rescued"

#: src/components/transactions/Swap/details/CollateralSwapDetails.tsx
msgid "Supply balance after switch"
msgstr "Supply balance after switch"

#: src/components/infoTooltips/MigrationDisabledTooltip.tsx
msgid "Asset cannot be migrated to {marketName} V3 Market due to E-mode restrictions. You can disable or manage E-mode categories in your <0>V3 Dashboard</0>"
msgstr "Asset cannot be migrated to {marketName} V3 Market due to E-mode restrictions. You can disable or manage E-mode categories in your <0>V3 Dashboard</0>"
Expand Down Expand Up @@ -2061,10 +2057,6 @@ msgstr "User does not have outstanding stable rate debt on this reserve"
msgid "Bridge history"
msgstr "Bridge history"

#: src/components/transactions/Swap/details/DebtSwapDetails.tsx
msgid "Borrow balance after switch"
msgstr "Borrow balance after switch"

#: src/modules/dashboard/lists/SuppliedPositionsList/SuppliedPositionsList.tsx
msgid "Show assets with small balance"
msgstr "Show assets with small balance"
Expand Down Expand Up @@ -2172,6 +2164,10 @@ msgstr "Author"
msgid "YAE"
msgstr "YAE"

#: src/components/transactions/Swap/details/CollateralSwapDetails.tsx
msgid "Supply balance after swap"
msgstr "Supply balance after swap"

#: src/components/transactions/ClaimRewards/ClaimRewardsModalContent.tsx
msgid "Claiming all merit rewards only"
msgstr "Claiming all merit rewards only"
Expand Down Expand Up @@ -3074,6 +3070,10 @@ msgstr "Connect"
msgid "tokens is not the same as staking them. If you wish to stake your"
msgstr "tokens is not the same as staking them. If you wish to stake your"

#: src/components/transactions/Swap/details/DebtSwapDetails.tsx
msgid "Borrow balance after swap"
msgstr "Borrow balance after swap"

#: src/modules/governance/VotingPowerInfoPanel.tsx
msgid "Use it to vote for or against active proposals."
msgstr "Use it to vote for or against active proposals."
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.

Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export const SupplyAssetsListItemDesktop = ({
<SvgIcon fontSize="small">
<SwitchHorizontalIcon />
</SvgIcon>
<ListItemText>Switch</ListItemText>
<ListItemText>Swap</ListItemText>
</MenuItem>
<MenuItem
sx={{ gap: 2 }}
Expand Down
Loading