diff options
author | dan <dan.abramov@gmail.com> | 2024-01-24 23:21:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 15:21:43 -0800 |
commit | e111a31c1d150deef3f705367e48660dd419def4 (patch) | |
tree | e95d227307119c810cb0d388e519c13910a05f33 /src/view/screens/NotFound.tsx | |
parent | c2733bc2c00d0a4cc79e3dc9436ae5950cc2ff61 (diff) | |
download | voidsky-e111a31c1d150deef3f705367e48660dd419def4.tar.zst |
Capitalize screen headers consistently (#2612)
Diffstat (limited to 'src/view/screens/NotFound.tsx')
-rw-r--r-- | src/view/screens/NotFound.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/NotFound.tsx b/src/view/screens/NotFound.tsx index 2508a9ed2..dfa840abb 100644 --- a/src/view/screens/NotFound.tsx +++ b/src/view/screens/NotFound.tsx @@ -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> |