copy tweak

This commit is contained in:
Hailey
2024-06-12 11:30:09 -07:00
parent 0790a5363d
commit 58ea412a96
+2 -2
View File
@@ -149,7 +149,7 @@ function LandingScreenInner({
</Text> </Text>
) : null} ) : null}
<Button <Button
label={_(msg`Join Bluesky now`)} label={_(msg`Join now!`)}
onPress={() => { onPress={() => {
setUsedStarterPack({ setUsedStarterPack({
uri: starterPack.uri, uri: starterPack.uri,
@@ -161,7 +161,7 @@ function LandingScreenInner({
color="primary" color="primary"
size="large"> size="large">
<ButtonText style={[a.text_lg]}> <ButtonText style={[a.text_lg]}>
<Trans>Join Bluesky now</Trans> <Trans>Join now!</Trans>
</ButtonText> </ButtonText>
</Button> </Button>
{joinedWeekCount && joinedWeekCount >= 25 ? ( {joinedWeekCount && joinedWeekCount >= 25 ? (