Updated on 2026-08-14

This commit is contained in:
Tangem 2024-01-19 13:26:04 +01:00
parent 531fdf166f
commit 3d73befd95
22 changed files with 94 additions and 111 deletions

View file

@ -178,7 +178,7 @@ private fun FeeBlock(feeState: SendStates.FeeState, isSuccess: Boolean, onClick:
decimals = fee.amount.decimals,
)
InputRowDefault(
title = TextReference.Res(R.string.send_network_fee_title),
title = TextReference.Res(R.string.common_network_fee_title),
text = TextReference.Str(feeValue),
modifier = Modifier
.clip(TangemTheme.shapes.roundedCornersXMedium)