Update NotFound.tsx
This commit is contained in:
parent
89c65c856e
commit
25d7e2449f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export const NotFoundScreen = () => {
|
|||
</Text>
|
||||
<Button
|
||||
type="primary"
|
||||
label={canGoBack ? 'Go back' : 'Go home'}
|
||||
label={canGoBack ? _(msg`Go back`) : _(msg`Go home`)}
|
||||
onPress={onPressHome}
|
||||
/>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue