Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-28 16:31:12 +05:00
parent 1aa14238fb
commit 5ef2873135
3 changed files with 3 additions and 1 deletions

View file

@ -1241,7 +1241,7 @@ internal class StateBuilder(
private fun createNetworkFeeCoverageNotificationConfig(): NotificationConfig {
return NotificationConfig(
title = resourceReference(R.string.send_network_fee_warning_title),
subtitle = resourceReference(R.string.send_network_fee_warning_content),
subtitle = resourceReference(R.string.swapping_network_fee_warning_content),
iconResId = R.drawable.img_attention_20,
)
}