diff --git a/webapp/app/[locale]/layout.tsx b/webapp/app/[locale]/layout.tsx
index f73f7547..34c15ec0 100644
--- a/webapp/app/[locale]/layout.tsx
+++ b/webapp/app/[locale]/layout.tsx
@@ -7,7 +7,6 @@ import { TunnelHistoryProvider } from 'app/context/tunnelHistoryContext'
import { locales, type Locale } from 'app/i18n'
import { AppScreen } from 'components/appScreen'
import { ErrorBoundary } from 'components/errorBoundary'
-import { RecaptchaContext } from 'components/recaptcha'
import { WalletsContext } from 'context/walletsContext'
import { notFound } from 'next/navigation'
import { NextIntlClientProvider } from 'next-intl'
@@ -41,22 +40,20 @@ export default async function RootLayout({
-
-
-
-
-
-
-
-
-
- {children}
-
+
+
+
+
+
+
-
-
-
-
+
+ {children}
+
+
+
+
+
diff --git a/webapp/messages/en.json b/webapp/messages/en.json
index 20171611..ade839a8 100644
--- a/webapp/messages/en.json
+++ b/webapp/messages/en.json
@@ -261,12 +261,11 @@
"network-name": "Network name",
"page-subtitle": "Add Ethereum Sepolia & Hemi testnet to your wallet",
"page-title": "Add Hemi to your wallet",
- "recaptcha-terms-and-conditions": "This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.",
"receive-updates": "Receive marketing updates",
"rpc-url": "RPC URL",
"troubleshoot-other-errors": "Having issues? Contact the Hemi team on Discord.",
"welcome-pack": "Welcome Pack",
- "welcome-pack-description": "Sign up to receive our Hemi testnet welcome pack."
+ "welcome-pack-description": "Join our Discord server and visit the #claim-capsule channel to claim your onboarding Capsule."
}
},
"token-selector": {
diff --git a/webapp/messages/es.json b/webapp/messages/es.json
index 12fa2f6e..cac010c0 100644
--- a/webapp/messages/es.json
+++ b/webapp/messages/es.json
@@ -261,12 +261,11 @@
"network-name": "Nombre de la red",
"page-subtitle": "Añada Ethereum Sepolia y la red de prueba Hemi ahora a su billetera",
"page-title": "Añada Hemi a su billetera",
- "recaptcha-terms-and-conditions": "Este sitio está protegido por reCAPTCHA y se aplican la Política de Privacidad y los Términos y Condiciones del servicio de Google.",
"receive-updates": "Quiero recibir actualizaciones de marketing",
"rpc-url": "URL de RPC",
"troubleshoot-other-errors": "¿Tiene problemas? Contacte al equipo de Hemi enDiscord.",
"welcome-pack": "Pack de Bienvenida",
- "welcome-pack-description": "Suscríbase para recibir nuestro paquete de bienvenida de la red de prueba Hemi."
+ "welcome-pack-description": "Únase a nuestro servidor de Discord y visite el canal #claim-capsule para reclamar su Cápsula de incorporación."
}
},
"token-selector": {