fix: nwc revoke alert

This commit is contained in:
2026-06-09 18:51:54 +02:00
parent 4a2b66dcf2
commit 2ff28720f8
6 changed files with 51 additions and 25 deletions
@@ -401,5 +401,9 @@ val EsHomeStrings = AppStrings(
permReadTransactionHistory = "Leer historial de transacciones",
permReadWalletBalance = "Leer saldo del monedero",
permReadAccountInfo = "Leer información de cuenta",
revokeDialogTitle = "¿Revocar conexión?",
revokeDialogBody = "Esto revocará permanentemente esta clave Nostr Wallet Connect. Cualquier app que la use perderá el acceso.",
revokeDialogConfirm = "Revocar",
revokeDialogDismiss = "Cancelar",
)
)