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
@@ -399,6 +399,10 @@ val EnHomeStrings = AppStrings(
permReadTransactionHistory = "Read transaction history",
permReadWalletBalance = "Read wallet balance",
permReadAccountInfo = "Read account info",
revokeDialogTitle = "Revoke connection?",
revokeDialogBody = "This will permanently revoke this Nostr Wallet Connect key. Any app using it will lose access.",
revokeDialogConfirm = "Revoke",
revokeDialogDismiss = "Cancel",
)
)