Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-20 15:26:39 +03:00
parent 6f47d90377
commit cff20ef515

View file

@ -185,7 +185,7 @@ private fun UnavailableCountryItem(state: CountryItemState.WithContent.Unavailab
color = TangemTheme.colors.text.disabled,
)
Text(
text = "Unavailable",
text = stringResource(R.string.onramp_country_unavailable),
maxLines = 1,
style = TangemTheme.typography.body2,
color = TangemTheme.colors.text.tertiary,