use feed for count

This commit is contained in:
Hailey
2024-06-07 15:39:38 -07:00
parent 150f2635b2
commit 4bdb02229e
+2 -2
View File
@@ -399,9 +399,9 @@ function Footer({
<Trans> <Trans>
<Text style={[a.font_bold]}>{getName(items[0])}, </Text> <Text style={[a.font_bold]}>{getName(items[0])}, </Text>
<Text style={[a.font_bold]}>{getName(items[1])}, </Text> <Text style={[a.font_bold]}>{getName(items[1])}, </Text>
and {state.profiles.length - 2}{' '} and {state.feeds.length - 2}{' '}
<Plural <Plural
value={state.profiles.length - 2} value={state.feeds.length - 2}
one="other" one="other"
other="others" other="others"
/>{' '} />{' '}