fix typo
This commit is contained in:
@@ -545,13 +545,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.feeds.length - 2}{' '}
|
and {items.length - 2}{' '}
|
||||||
<Plural
|
<Plural value={items.length - 2} one="other" other="others" /> are
|
||||||
value={state.feeds.length - 2}
|
included in your starter pack
|
||||||
one="other"
|
|
||||||
other="others"
|
|
||||||
/>{' '}
|
|
||||||
are included in your starter pack
|
|
||||||
</Trans>
|
</Trans>
|
||||||
)}
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user