Update NotFound.tsx
parent
89c65c856e
commit
25d7e2449f
|
@ -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…
Reference in New Issue