Skip to content

Commit e4f7fb3

Browse files
committed
chore(flipcash/menu): update deposit menu item copy and position
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent fe50077 commit e4f7fb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/flipcash/core/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<string name="subtitle_balanceEmptyState">Ask a friend to give you some cash with Flipcash, or deposit USDC from your crypto exchange or another crypto wallet</string>
6060
<string name="action_depositFunds">Deposit Funds</string>
6161

62-
<string name="title_depositUsdc">Deposit</string>
62+
<string name="title_depositUsdc">Deposit Solana USDC</string>
6363
<string name="title_withdrawUsdc">Withdraw Funds</string>
6464

6565
<string name="title_withdraw">Withdraw</string>

apps/flipcash/features/menu/src/main/kotlin/com/flipcash/app/menu/internal/MenuScreenViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import kotlinx.coroutines.launch
3737
import javax.inject.Inject
3838

3939
private val FullMenuList = buildList {
40-
add(MyAccount)
4140
add(Deposit)
41+
add(MyAccount)
4242
add(AppSettings)
4343
add(SwitchAccount)
4444
add(Labs)

0 commit comments

Comments
 (0)