diff options
author | Eric Bailey <git@esb.lol> | 2024-09-12 08:03:58 -0500 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2024-09-12 08:03:58 -0500 |
commit | 63f85f649392a834f81a629902b971e72bea0eb8 (patch) | |
tree | 1e9bb4497185081ab852089efd512cd34d99eac2 /src/components/dialogs | |
parent | c99e43d6c625ed7d0bb4f1d25026512460445bef (diff) | |
download | voidsky-63f85f649392a834f81a629902b971e72bea0eb8.tar.zst |
Copy
Diffstat (limited to 'src/components/dialogs')
-rw-r--r-- | src/components/dialogs/nuxs/TenMillion/index.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/dialogs/nuxs/TenMillion/index.tsx b/src/components/dialogs/nuxs/TenMillion/index.tsx index c77755145..db5e19da7 100644 --- a/src/components/dialogs/nuxs/TenMillion/index.tsx +++ b/src/components/dialogs/nuxs/TenMillion/index.tsx @@ -543,14 +543,14 @@ export function TenMillionInner({userNumber}: {userNumber: number}) { fontWeight: '900', }, ]}> - <Trans>You're part of the next wave of the internet.</Trans> + <Trans>Thanks for being one of our first 10 million users.</Trans> </Text> <Text style={[a.leading_snug, a.text_lg, a.pb_xl]}> <Trans> - Thanks for being part of our first 10 million users. We're glad + Together, we're rebuilding the social internet. We're glad you're here. - </Trans>{' '} + </Trans> </Text> <Divider /> |