diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Post/PostRepostedBy.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Post/PostRepostedBy.tsx b/src/screens/Post/PostRepostedBy.tsx index 28cd7e87c..e2f78f662 100644 --- a/src/screens/Post/PostRepostedBy.tsx +++ b/src/screens/Post/PostRepostedBy.tsx @@ -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> |