change wording

This commit is contained in:
Hailey
2024-06-07 10:41:14 -07:00
parent 09d8e0c089
commit 9dc39f51bf
+4 -1
View File
@@ -182,7 +182,10 @@ function Header({
<View style={[a.px_md, a.py_lg, a.gap_md]}>
<Text style={[a.text_md]}>{record.description}</Text>
<Text style={[a.font_bold, a.text_md, t.atoms.text_contrast_medium]}>
{starterPack.joinedAllTimeCount} people joined this week!
<Trans>
{starterPack.joinedAllTimeCount} people have joined this starter
pack!
</Trans>
</Text>
</View>
<QrCodeDialog control={qrCodeDialogControl} url="https://bsky.app" />