Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-05 12:48:57 +01:00
parent f5758d6a20
commit 6c8865caae
13 changed files with 2223 additions and 2187 deletions

View file

@ -49,7 +49,7 @@ internal sealed class SendNotification(val config: NotificationConfig) {
val amountLimit: String,
val onConfirmClick: () -> Unit,
) : Error(
title = resourceReference(R.string.send_notifiaction_transaction_limit_title),
title = resourceReference(R.string.send_notification_transaction_limit_title),
subtitle = resourceReference(
R.string.send_notification_transaction_limit_text,
wrappedList(cryptoCurrency, utxoLimit, amountLimit),