Skip to content
Merged
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
2 changes: 1 addition & 1 deletion apps/flipcash/core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

<string name="title_learnToDeposit">Purchase USDF on a crypto exchange with your bank account, and then deposit into Flipcash</string>
<string name="action_learnHowToDepositFunds">Learn How to Get USDF</string>
<string name="action_depositUsdc">Deposit USDF</string>
<string name="action_depositUsdc">Deposit USDC</string>

<string name="title_learnToWithdraw">You can withdraw your funds at any time, and move them into your bank account</string>
<string name="action_learnHowToWithdrawFunds">Learn How to Withdraw Funds</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
)
)
Expand Down
Loading