From e382c24807494d979d71cc9db54c5ac42538a309 Mon Sep 17 00:00:00 2001 From: Tim Pangersic <75375855+Tiimie1@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:57:49 +0100 Subject: [PATCH] fix: changed the url to the actual testnet env, update i18n (#4955) --- src/components/SetupDomain.vue | 2 +- src/locales/default.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SetupDomain.vue b/src/components/SetupDomain.vue index 626f98cfbd4f..317dfe79a3a1 100644 --- a/src/components/SetupDomain.vue +++ b/src/components/SetupDomain.vue @@ -122,7 +122,7 @@ onUnmounted(() => clearInterval(waitingForRegistrationInterval)); scope="global" > diff --git a/src/locales/default.json b/src/locales/default.json index 51272b829a7b..470ad7638771 100644 --- a/src/locales/default.json +++ b/src/locales/default.json @@ -581,7 +581,7 @@ "title": "Setup your space domain", "ensMessage": " One thing you need before you can create your own space, is an ENS domain on Ethereum mainnet.", "ensMessageTestnet": "You can also {link} - a Sepolia testnet playground dedicated to testing before creating your space or proposals on Snapshot", - "tryDemo": "try the testnet.snapshot.org", + "tryDemo": "try the testnet.v1.snapshot.org", "yourExistingSpaces": "Your existing spaces", "invalidEns": "This ENS name is invalid. Usually this is due the use of invalid characters during registration." },