Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-08 12:31:59 +05:00
parent 4f88f3a7b0
commit 9b4ac6e5f8
10 changed files with 51 additions and 14 deletions

View file

@ -52,7 +52,7 @@ internal fun WcAddEthereumChainModalBottomSheetContent(
onBack = onBack,
title = {
TangemModalBottomSheetTitle(
title = resourceReference(R.string.wc_wallet_connect),
title = resourceReference(R.string.wc_transaction_flow_title),
endIconRes = R.drawable.ic_close_24,
onEndClick = onDismiss,
)

View file

@ -71,7 +71,7 @@ internal fun WcSendTransactionModalBottomSheet(
containerColor = TangemTheme.colors.background.tertiary,
title = { config ->
TangemModalBottomSheetTitle(
title = resourceReference(R.string.wc_wallet_connect),
title = resourceReference(R.string.wc_transaction_flow_title),
endIconRes = R.drawable.ic_close_24,
onEndClick = onDismiss,
)

View file

@ -50,7 +50,7 @@ internal fun WcSignTransactionModalBottomSheetContent(
onBack = onBack,
title = {
TangemModalBottomSheetTitle(
title = resourceReference(R.string.wc_wallet_connect),
title = resourceReference(R.string.wc_transaction_flow_title),
endIconRes = R.drawable.ic_close_24,
onEndClick = onDismiss,
)