Skip to content

Commit 0fe45de

Browse files
authored
fix: adjust copies for banxa banner for btc wallet (#1920)
1 parent cf49eb8 commit 0fe45de

File tree

1 file changed

+2
-2
lines changed
  • apps/browser-extension-wallet/src/views/bitcoin-mode/features/assets/components/AssetsPortfolio

1 file changed

+2
-2
lines changed

apps/browser-extension-wallet/src/views/bitcoin-mode/features/assets/components/AssetsPortfolio/AssetsPortfolio.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const AssetsPortfolio = ({
130130
{!isPopupView && isScreenTooSmallForSidePanel && USE_FOOR_TOPUP && isMainnet && (
131131
<Flex flexDirection="column" gap="$10" mb="$16" testId="top-up-wallet-small-card">
132132
<Text.Body.Normal weight="$medium" color="secondary" data-testid="top-up-wallet-small-card-title">
133-
{t('browserView.assets.topupWallet.buyButton.title')}
133+
{t('browserView.assets.topupWallet.buyButtonBtc.title')}
134134
</Text.Body.Normal>
135135
<Flex flexDirection="column" alignItems="stretch" w="$294">
136136
<TopUpWalletButton />
@@ -140,7 +140,7 @@ export const AssetsPortfolio = ({
140140
className={styles.topupWalletDisclaimerShort}
141141
data-testid="top-up-wallet-small-card-disclaimer"
142142
>
143-
{t('browserView.assets.topupWallet.disclaimer.short')}
143+
{t('browserView.assets.topupWallet.disclaimer.shortBtc')}
144144
</Text.Label>
145145
</Flex>
146146
)}

0 commit comments

Comments
 (0)