fix: nwc revoke alert
This commit is contained in:
@@ -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",
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -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",
|
||||
)
|
||||
)
|
||||
|
||||
@@ -399,5 +399,9 @@ val EuStrings = AppStrings(
|
||||
permReadTransactionHistory = "Transakzio-historia irakurri",
|
||||
permReadWalletBalance = "Zorroko saldoa irakurri",
|
||||
permReadAccountInfo = "Kontuaren informazioa irakurri",
|
||||
revokeDialogTitle = "Konexioa baliogabetu?",
|
||||
revokeDialogBody = "Honek Nostr Wallet Connect gako hau behin betiko baliogabetuko du. Erabiltzen duen edozein aplikaziok sarbidea galduko du.",
|
||||
revokeDialogConfirm = "Baliogabetu",
|
||||
revokeDialogDismiss = "Utzi",
|
||||
)
|
||||
)
|
||||
|
||||
@@ -405,4 +405,8 @@ data class NwcStrings(
|
||||
val permReadTransactionHistory: String,
|
||||
val permReadWalletBalance: String,
|
||||
val permReadAccountInfo: String,
|
||||
val revokeDialogTitle : String,
|
||||
val revokeDialogBody : String,
|
||||
val revokeDialogConfirm : String,
|
||||
val revokeDialogDismiss : String,
|
||||
)
|
||||
Reference in New Issue
Block a user