From 1878e4dade90aa861a06ee2d6064c4a28a1fb512 Mon Sep 17 00:00:00 2001 From: Ariady Putra Date: Thu, 25 Jul 2024 22:04:20 +0700 Subject: [PATCH] Burn VaultKey hint --- lang/app/minting/en.json | 3 +-- lang/app/vault-dashboard/en.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/app/minting/en.json b/lang/app/minting/en.json index 71d179a..505bc2e 100644 --- a/lang/app/minting/en.json +++ b/lang/app/minting/en.json @@ -5,6 +5,5 @@ "x.mustSetDestinationAddress": "Set a destination address!", "x.invalidBurnAmount": "Invalid burn amount!", - "burn": "Burn", - "burnHint": "This action will NOT delete your vault from the Blockchain" + "burn": "Burn" } diff --git a/lang/app/vault-dashboard/en.json b/lang/app/vault-dashboard/en.json index c6f7654..cb482de 100644 --- a/lang/app/vault-dashboard/en.json +++ b/lang/app/vault-dashboard/en.json @@ -8,5 +8,6 @@ "postponeDeadline.none": "Select a value!", "mintVaultKey.countingVaultKeys": "Counting vault key tokens in your wallet", - "mintVaultKey.burnWarning": "You will be disconnected and may lose access to the vault from this wallet. You can reconnect using a wallet that holds a vault key." + "mintVaultKey.burnWarning": "You will be disconnected and may lose access to the vault from this wallet. You can reconnect using a wallet that holds a vault key.", + "mintVaultKey.burnHint": "This action will NOT delete your Vault" }