Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-05 15:22:42 +05:00
parent 4ffe7e8c07
commit 1c2c5a69bd

View file

@ -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,
)
},