Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-27 15:03:42 +00:00
parent f1aa5f3a6e
commit 1aa14238fb
13 changed files with 24 additions and 25 deletions

View file

@ -20,7 +20,7 @@ internal sealed class SendAlertState {
) : SendAlertState() {
override val message: TextReference = resourceReference(R.string.common_unknown_error)
override val confirmButtonText: TextReference =
resourceReference(id = R.string.send_alert_button_request_support)
resourceReference(id = R.string.common_support)
}
data class TransactionError(
@ -35,7 +35,7 @@ internal sealed class SendAlertState {
formatArgs = wrappedList(causeTextReference ?: cause.orEmpty(), code),
)
override val confirmButtonText: TextReference =
resourceReference(id = R.string.send_alert_button_request_support)
resourceReference(id = R.string.common_support)
}
data class DemoMode(