diff --git a/apps/flipcash/core/src/main/res/values/strings.xml b/apps/flipcash/core/src/main/res/values/strings.xml index b17811661..7e440ffe1 100644 --- a/apps/flipcash/core/src/main/res/values/strings.xml +++ b/apps/flipcash/core/src/main/res/values/strings.xml @@ -182,7 +182,7 @@ Purchase USDF on a crypto exchange with your bank account, and then deposit into Flipcash Learn How to Get USDF - Deposit USDF + Deposit USDC You can withdraw your funds at any time, and move them into your bank account Learn How to Withdraw Funds diff --git a/apps/flipcash/shared/payments/src/main/kotlin/com/flipcash/app/payments/internal/Buttons.kt b/apps/flipcash/shared/payments/src/main/kotlin/com/flipcash/app/payments/internal/Buttons.kt index a797dd4de..6799ef021 100644 --- a/apps/flipcash/shared/payments/src/main/kotlin/com/flipcash/app/payments/internal/Buttons.kt +++ b/apps/flipcash/shared/payments/src/main/kotlin/com/flipcash/app/payments/internal/Buttons.kt @@ -81,7 +81,7 @@ internal fun purchaseOptions( if (state.canUseOtherWallets) { add( BottomBarAction( - text = resources.getString(R.string.title_onrampProviderOtherWallet), + text = resources.getString(R.string.action_depositUsdc), onClick = { onClick(PurchaseMethod.OtherWallet) } ) )