diff --git a/packages/core/package.json b/packages/core/package.json
index ac1aacf36..4a607a872 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/core",
- "version": "2.21.1-alpha.1",
+ "version": "2.21.1-alpha.2",
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
diff --git a/packages/core/src/views/account-center/EnableTransactionProtectionModal.svelte b/packages/core/src/views/account-center/EnableTransactionProtectionModal.svelte
index 78782189e..d87116749 100644
--- a/packages/core/src/views/account-center/EnableTransactionProtectionModal.svelte
+++ b/packages/core/src/views/account-center/EnableTransactionProtectionModal.svelte
@@ -86,16 +86,16 @@
+ {$_('modals.confirmTransactionProtection.link', {
+ default: en.modals.confirmTransactionProtection.link
+ })}
+
diff --git a/packages/demo/package.json b/packages/demo/package.json
index a0757f461..f2f6a7afd 100644
--- a/packages/demo/package.json
+++ b/packages/demo/package.json
@@ -31,7 +31,7 @@
"@web3-onboard/blocto": "2.0.0",
"@web3-onboard/cede-store": "^2.1.0",
"@web3-onboard/coinbase": "^2.2.5",
- "@web3-onboard/core": "^2.21.1-alpha.1",
+ "@web3-onboard/core": "^2.21.1-alpha.2",
"@web3-onboard/dcent": "^2.2.7",
"@web3-onboard/enkrypt": "^2.0.3",
"@web3-onboard/fortmatic": "^2.0.18",
diff --git a/packages/react/package.json b/packages/react/package.json
index 046ae3b2f..95553dd20 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/react",
- "version": "2.8.12-alpha.1",
+ "version": "2.8.12-alpha.2",
"description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
@@ -63,7 +63,7 @@
},
"dependencies": {
"@web3-onboard/common": "^2.3.3",
- "@web3-onboard/core": "^2.21.1-alpha.1",
+ "@web3-onboard/core": "^2.21.1-alpha.2",
"use-sync-external-store": "1.0.0"
},
"peerDependencies": {
diff --git a/packages/vue/package.json b/packages/vue/package.json
index 3c34086e0..672046362 100644
--- a/packages/vue/package.json
+++ b/packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/vue",
- "version": "2.7.11-alpha.1",
+ "version": "2.7.11-alpha.2",
"description": "A collection of Vue Composables for integrating Web3-Onboard in to a Vue or Nuxt project. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
@@ -63,7 +63,7 @@
"@vueuse/core": "^8.4.2",
"@vueuse/rxjs": "^8.2.0",
"@web3-onboard/common": "^2.3.3",
- "@web3-onboard/core": "^2.21.1-alpha.1",
+ "@web3-onboard/core": "^2.21.1-alpha.2",
"vue-demi": "^0.12.4"
},
"peerDependencies": {