···1020710207#: src/view/com/auth/SplashScreen.web.tsx:99
1020810208#: src/view/com/composer/Composer.tsx:812
1020910209msgid "What's up?"
1021010210-msgstr "What's up?"
1021010210+msgstr "Are you on the list?"
10211102111021210212#: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:146
1021310213msgid "When you tap on a check, you’ll see which organizations have granted verification."
+1-21
src/view/com/auth/SplashScreen.web.tsx
···1717import {AppLanguageDropdown} from '#/components/AppLanguageDropdown'
1818import {Button, ButtonText} from '#/components/Button'
1919import * as Layout from '#/components/Layout'
2020-import {InlineLinkText} from '#/components/Link'
2120import {Text} from '#/components/Typography'
22212322export const SplashScreen = ({
···96959796 <Text
9897 style={[a.text_md, a.font_bold, t.atoms.text_contrast_medium]}>
9999- <Trans>What's up?</Trans>
9898+ <Trans>Are you on the list?</Trans>
10099 </Text>
101100 </View>
102101···146145147146function Footer() {
148147 const t = useTheme()
149149- const {_} = useLingui()
150148151149 return (
152150 <View
···164162 a.flex_1,
165163 t.atoms.border_contrast_medium,
166164 ]}>
167167- <InlineLinkText
168168- label={_(msg`Learn more about Bluesky`)}
169169- to="https://bsky.social">
170170- <Trans>Business</Trans>
171171- </InlineLinkText>
172172- <InlineLinkText
173173- label={_(msg`Read the Bluesky blog`)}
174174- to="https://bsky.social/about/blog">
175175- <Trans>Blog</Trans>
176176- </InlineLinkText>
177177- <InlineLinkText
178178- label={_(msg`See jobs at Bluesky`)}
179179- to="https://bsky.social/about/join">
180180- <Trans comment="Link to a page with job openings at Bluesky">
181181- Jobs
182182- </Trans>
183183- </InlineLinkText>
184184-185165 <View style={a.flex_1} />
186166187167 <AppLanguageDropdown />