From 739ba55a78e3f93feb8839f3dfd8ae7d52214ca3 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sat, 4 Jan 2025 12:40:19 +0100 Subject: [PATCH] typo --- src/views/subplebbit-settings/subplebbit-settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/subplebbit-settings/subplebbit-settings.tsx b/src/views/subplebbit-settings/subplebbit-settings.tsx index 6b5c25fd..f70e2398 100644 --- a/src/views/subplebbit-settings/subplebbit-settings.tsx +++ b/src/views/subplebbit-settings/subplebbit-settings.tsx @@ -65,7 +65,7 @@ const Address = ({ isReadOnly = false }: { isReadOnly?: boolean }) => { const { address, setSubplebbitSettingsStore } = useSubplebbitSettingsStore(); const alertCryptoAddressInfo = () => { - alert(`steps to set a .eth user address:\n1. go to app.ens.domains and search the address\n2. once you own the address, go to its page, click on "records", then "edit records"\n3. add a new text record with name "subplebbit-address" and value: ${address}\n\n steps to set a .sol user address:\n1. go to sns.id and search the address\n2. once you own the address, go to your profile, click the address menu "...", then "create subdomain"\n3. enter subdomain "subplebbit-address" and create\n4. go to subdomain, "content", change content to: ${address} + alert(`steps to set a .eth community address:\n1. go to app.ens.domains and search the address\n2. once you own the address, go to its page, click on "records", then "edit records"\n3. add a new text record with name "subplebbit-address" and value: ${address}\n\n steps to set a .sol community address:\n1. go to sns.id and search the address\n2. once you own the address, go to your profile, click the address menu "...", then "create subdomain"\n3. enter subdomain "subplebbit-address" and create\n4. go to subdomain, "content", change content to: ${address} `); };