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 PostLikedByScreen = ({route}: Props) => {
|
|||
|
||||
return (
|
||||
<View>
|
||||
<ViewHeader title={_(msg`Liked by`)} />
|
||||
<ViewHeader title={_(msg`Liked By`)} />
|
||||
<PostLikedByComponent uri={uri} />
|
||||
</View>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue