Updated on 2026-08-14
This commit is contained in:
parent
4ffe7e8c07
commit
1c2c5a69bd
1 changed files with 2 additions and 2 deletions
|
|
@ -76,12 +76,12 @@ internal object SwapNotificationUM {
|
|||
),
|
||||
subtitle = resourceReference(
|
||||
R.string.warning_express_not_enough_fee_for_token_tx_description,
|
||||
wrappedList(currencyName, currencySymbol),
|
||||
wrappedList(feeCurrency.name, feeCurrency.symbol),
|
||||
),
|
||||
iconResId = fromToken.networkIconResId,
|
||||
buttonState = onConfirmClick?.let {
|
||||
NotificationConfig.ButtonsState.SecondaryButtonConfig(
|
||||
text = resourceReference(R.string.common_buy_currency, wrappedList(currencySymbol)),
|
||||
text = resourceReference(R.string.common_buy_currency, wrappedList(feeCurrency.symbol)),
|
||||
onClick = onConfirmClick,
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue