Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-27 17:48:46 +02:00
parent 64cd1ae5a9
commit f359b7f9e7
8 changed files with 84 additions and 58 deletions

View file

@ -252,7 +252,7 @@ private fun PaymentBlockInOffer(paymentMethod: OnrampPaymentMethod, providerName
SpacerW(6.dp)
Text(
text = providerName,
text = stringResourceSafe(R.string.onramp_via_provider, providerName),
style = TangemTheme.typography.caption2,
color = TangemTheme.colors.text.tertiary,
modifier = Modifier.testTag(OnrampOffersBlockTestTags.PROVIDER_NAME),