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." },