diff --git a/src/screens/StarterPack/Main/index.tsx b/src/screens/StarterPack/Main/index.tsx
index cccdb9c5bb..71859b3732 100644
--- a/src/screens/StarterPack/Main/index.tsx
+++ b/src/screens/StarterPack/Main/index.tsx
@@ -1,7 +1,7 @@
import React from 'react'
import {View} from 'react-native'
import {AppBskyGraphDefs, AppBskyGraphStarterpack} from '@atproto/api'
-import {msg, Trans} from '@lingui/macro'
+import {msg, Plural, Trans} from '@lingui/macro'
import {useLingui} from '@lingui/react'
import {NativeStackScreenProps} from '@react-navigation/native-stack'
@@ -183,8 +183,13 @@ function Header({
{record.description}
- {starterPack.joinedAllTimeCount} people have joined this starter
- pack!
+ {starterPack.joinedAllTimeCount || 0}{' '}
+ {' '}
+ joined this starter pack!