Rename Posts & Replies to Replies (#2087)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user