diff options
Diffstat (limited to 'src/components')
-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 /> |