Capitalize screen headers consistently (#2612)
This commit is contained in:
parent
c2733bc2c0
commit
e111a31c1d
4 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ export const PostRepostedByScreen = ({route}: Props) => {
|
|||
|
||||
return (
|
||||
<View>
|
||||
<ViewHeader title={_(msg`Reposted by`)} />
|
||||
<ViewHeader title={_(msg`Reposted By`)} />
|
||||
<PostRepostedByComponent uri={uri} />
|
||||
</View>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue