diff --git a/packages/bridge-ui/src/components/Bridge/FungibleBridgeComponents/ReviewStep/ReviewStep.svelte b/packages/bridge-ui/src/components/Bridge/FungibleBridgeComponents/ReviewStep/ReviewStep.svelte index d5bed5c6537..dce39a57b36 100644 --- a/packages/bridge-ui/src/components/Bridge/FungibleBridgeComponents/ReviewStep/ReviewStep.svelte +++ b/packages/bridge-ui/src/components/Bridge/FungibleBridgeComponents/ReviewStep/ReviewStep.svelte @@ -30,7 +30,7 @@ $: wrappedAssetWarning = $t('bridge.alerts.wrapped_eth'); - $: stableCoinWarning = $t('bridge.alerts.stable_coin'); + $: stableCoinWarning = $t('bridge.alerts.usdc_token'); $: if (wrapped || unsupportedStableCoin) { needsManualConfirmation = true; diff --git a/packages/bridge-ui/src/i18n/en.json b/packages/bridge-ui/src/i18n/en.json index c4deece53e5..45d6d9748a4 100644 --- a/packages/bridge-ui/src/i18n/en.json +++ b/packages/bridge-ui/src/i18n/en.json @@ -40,7 +40,7 @@ }, "alerts": { "slow_bridging": "Please note: Bridging to L1 will take around 24hrs!", - "stable_coin": "You are bridging a stable coin. Currently we are not supporting a native 1:1 conversion. Please use the Stargate Bridge instead. Your bridged asset might not be of any use.", + "usdc_token": "You are bridging USDC. If you would like to participate in our XXX campaign (link), please use the Stargate Bridge instead.", "wrapped_eth": "You are bridging wrapped ETH. Please be aware that un-wrapping will only work on the original chain of the token, NOT on the destination." }, "button": {