diff --git a/src/views/about/about.tsx b/src/views/about/about.tsx index b3e6bdeb..b13085e8 100644 --- a/src/views/about/about.tsx +++ b/src/views/about/about.tsx @@ -49,11 +49,11 @@ export const FAQ = () => { New Users:
- Welcome! Your account u/{account?.author?.shortAddress} was created automatically and it's stored locally ( - {window.electronApi?.isElectron ? 'on this desktop app' : isAndroid ? 'on this mobile app' : `on ${window.location.hostname}`}, not on a server). You can back - up your account in the preferences. There are no global rules or admins on Seedit, each community has its own rules - and moderators, so please be sure to read the rules of the community you are joining. You can connect peer-to-peer to any community by using the search bar, or - you can check out the default community list. + Welcome! Your account was created automatically and it's stored locally on your device ( + {window.electronApi?.isElectron ? 'on this desktop app' : isAndroid ? 'on this mobile app' : `on this web app, ${window.location.hostname}`}, not on a server). + You can back up your account in the preferences. There are no global rules or admins on Seedit, each community has its + own rules and moderators, so please be sure to read the rules of the community you are joining. You can connect peer-to-peer to any community by using the + search bar, or you can check out the default community list.