copy tweak
This commit is contained in:
@@ -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 ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user