Skip to content

Commit 53127f2

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feat/add-receive-translation
2 parents 0997e3e + ce4d7e3 commit 53127f2

File tree

16 files changed

+6743
-75
lines changed

16 files changed

+6743
-75
lines changed

apps/cowswap-frontend/src/common/pure/ReceiveAmountInfo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function ReceiveAmountInfoTooltip(props: ReceiveAmountInfoTooltipProps):
7676
{!hasAnyFee && !isEoaNotEthFlow && <FeeItem title={t`Fee`} isSell={isSell} feeAmount={undefined} />}
7777

7878
{bridgeFee && (
79-
<FeeItem title="Bridge costs" isSell={isSell} feeAmount={bridgeFee?.amountInIntermediateCurrency} />
79+
<FeeItem title={t`Bridge costs`} isSell={isSell} feeAmount={bridgeFee?.amountInIntermediateCurrency} />
8080
)}
8181

8282
{!isFractionFalsy(amountAfterFees) && (

apps/cowswap-frontend/src/locales/en-US.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6285,3 +6285,10 @@ msgstr "Learn more"
62856285
#: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/HighFeeWarning/highFeeWarningHelpers.ts
62866286
msgid "Swap and bridge costs are at least {formattedFeePercentage}% of the swap amount"
62876287
msgstr "Swap and bridge costs are at least {formattedFeePercentage}% of the swap amount"
6288+
6289+
# Notifications / jobs aria labels
6290+
msgid "Trade alert settings"
6291+
msgstr "Trade alert settings"
6292+
6293+
msgid "View jobs (opens in a new tab)"
6294+
msgstr "View jobs (opens in a new tab)"

apps/cowswap-frontend/src/locales/es-ES.po

Lines changed: 87 additions & 18 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)