about summary refs log tree commit diff
path: root/src/screens/Post/PostRepostedBy.tsx
diff options
context:
space:
mode:
authorFrudrax Cheng <i@cynosura.one>2024-12-12 09:56:43 +0800
committerGitHub <noreply@github.com>2024-12-12 01:56:43 +0000
commitddeadc21a08faef34f692d3fb9822adf1b92f6a4 (patch)
treef756cc1fac8bc9a6252894e2085eee0ed25cbaaf /src/screens/Post/PostRepostedBy.tsx
parente49dad28896695fc6396ba704a94d3e459711f1a (diff)
downloadvoidsky-ddeadc21a08faef34f692d3fb9822adf1b92f6a4.tar.zst
Update PostRepostedBy.tsx (#7064)
Diffstat (limited to 'src/screens/Post/PostRepostedBy.tsx')
-rw-r--r--src/screens/Post/PostRepostedBy.tsx2
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>