Updated on 2026-08-14
This commit is contained in:
parent
3900f1004b
commit
68b2bb4d1e
10 changed files with 48 additions and 8 deletions
|
|
@ -139,7 +139,7 @@ sealed class QuickActionUM(
|
|||
)
|
||||
|
||||
data object SwapAndSend : V2(
|
||||
title = resourceReference(R.string.common_send_with_swap),
|
||||
title = resourceReference(R.string.send_with_swap_confirm_title),
|
||||
description = resourceReference(R.string.quick_action_send_and_swap_description),
|
||||
icon = R.drawable.ic_exchange_mini_24,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ data class TokenActionsBSContentUM(
|
|||
iconRes = R.drawable.ic_exchange_horizontal_24,
|
||||
),
|
||||
SendWithSwap(
|
||||
text = resourceReference(R.string.common_send_with_swap),
|
||||
text = resourceReference(R.string.send_with_swap_confirm_title),
|
||||
iconRes = R.drawable.ic_exchange_horizontal_24,
|
||||
),
|
||||
Stake(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue