Update PostRepostedBy.tsx (#7064)

This commit is contained in:
Frudrax Cheng
2024-12-12 09:56:43 +08:00
committed by GitHub
parent e49dad2889
commit ddeadc21a0
+1 -1
View File
@@ -40,7 +40,7 @@ export const PostRepostedByScreen = ({route}: Props) => {
<Layout.Header.SubtitleText>
<Plural
value={quoteCount ?? 0}
one="# reposts"
one="# repost"
other="# reposts"
/>
</Layout.Header.SubtitleText>