Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-26 16:01:34 +03:00
parent 58e517082f
commit 92486ec9ef
4 changed files with 26 additions and 43 deletions

View file

@ -101,7 +101,7 @@ internal sealed class SendNotification(val config: NotificationConfig) {
title = resourceReference(R.string.send_notification_existential_deposit_title),
subtitle = resourceReference(R.string.send_notification_existential_deposit_text, wrappedList(deposit)),
buttonState = NotificationConfig.ButtonsState.PrimaryButtonConfig(
text = resourceReference(R.string.send_notification_leave_button, wrappedList(deposit)),
text = resourceReference(R.string.common_ok),
onClick = onConfirmClick,
),
)