diff options
author | Frudrax Cheng <i@cynosura.one> | 2024-12-12 09:56:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 01:56:43 +0000 |
commit | ddeadc21a08faef34f692d3fb9822adf1b92f6a4 (patch) | |
tree | f756cc1fac8bc9a6252894e2085eee0ed25cbaaf /src/screens/Post/PostRepostedBy.tsx | |
parent | e49dad28896695fc6396ba704a94d3e459711f1a (diff) | |
download | voidsky-ddeadc21a08faef34f692d3fb9822adf1b92f6a4.tar.zst |
Update PostRepostedBy.tsx (#7064)
Diffstat (limited to 'src/screens/Post/PostRepostedBy.tsx')
-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> |