Capitalize screen headers consistently (#2612)

This commit is contained in:
dan
2024-01-24 23:21:43 +00:00
committed by GitHub
parent c2733bc2c0
commit e111a31c1d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export const NotFoundScreen = () => {
return (
<View testID="notFoundView" style={pal.view}>
<ViewHeader title={_(msg`Page not found`)} />
<ViewHeader title={_(msg`Page Not Found`)} />
<View style={styles.container}>
<Text type="title-2xl" style={[pal.text, s.mb10]}>
<Trans>Page not found</Trans>