Rename Posts & Replies to Replies (#2087)

This commit is contained in:
Paul Frazee 2023-12-04 17:56:41 -08:00 committed by GitHub
parent 74e0b73db5
commit bdb2bfdd83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ function ProfileScreenLoaded({
const sectionTitles = useMemo<string[]>(() => {
return [
'Posts',
showRepliesTab ? 'Posts & Replies' : undefined,
showRepliesTab ? 'Replies' : undefined,
'Media',
showLikesTab ? 'Likes' : undefined,
showFeedsTab ? 'Feeds' : undefined,