about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-11 09:51:40 -0500
committerEric Bailey <git@esb.lol>2024-09-11 19:58:16 -0500
commit2ee68e4f4d36414591c080329c80b3b11802948b (patch)
tree3ed99f87c831fcfa30f341c1cc2a0b8ef8214e14 /src
parent11ecea22d422138b8346dccded7dcdd70191fae4 (diff)
downloadvoidsky-2ee68e4f4d36414591c080329c80b3b11802948b.tar.zst
Copy
Diffstat (limited to 'src')
-rw-r--r--src/components/dialogs/nudges/TenMillion/index.tsx22
1 files changed, 6 insertions, 16 deletions
diff --git a/src/components/dialogs/nudges/TenMillion/index.tsx b/src/components/dialogs/nudges/TenMillion/index.tsx
index fdac91f4f..f42cd2282 100644
--- a/src/components/dialogs/nudges/TenMillion/index.tsx
+++ b/src/components/dialogs/nudges/TenMillion/index.tsx
@@ -440,24 +440,14 @@ export function TenMillion() {
                   fontWeight: '900',
                 },
               ]}>
-              You're part of the next wave of the internet.
+              Thanks for being an early part of Bluesky.
             </Text>
 
-            <Text style={[a.leading_snug, a.text_lg, a.pb_md]}>
+            <Text style={[a.leading_snug, a.text_lg, a.pb_xl]}>
               <Trans>
-                Online culture is too important to be controlled by a few
-                corporations.
+                We're rebuilding the social internet together. Congratulations,
+                we're glad you're here.
               </Trans>{' '}
-              <Text style={[a.leading_snug, a.text_lg, a.italic]}>
-                <Trans>
-                  We’re dedicated to building an open foundation for the social
-                  internet so that we can all shape its future.
-                </Trans>
-              </Text>
-            </Text>
-
-            <Text style={[a.leading_snug, a.text_lg, a.font_bold, a.pb_xl]}>
-              <Trans>Congratulations. We're glad you're here.</Trans>
             </Text>
 
             <Divider />
@@ -471,7 +461,7 @@ export function TenMillion() {
                 a.pt_xl,
               ]}>
               <Text style={[a.text_md, a.italic, t.atoms.text_contrast_medium]}>
-                Brag a little ;)
+                Brag a little!
               </Text>
 
               <Button
@@ -495,7 +485,7 @@ export function TenMillion() {
                 variant="solid"
                 color="primary"
                 onPress={sharePost}>
-                <ButtonText>{_(msg`Share post`)}</ButtonText>
+                <ButtonText>{_(msg`Share`)}</ButtonText>
                 <ButtonIcon position="right" icon={ImageIcon} />
               </Button>
             </View>