Update NotFound.tsx
parent
89c65c856e
commit
25d7e2449f
|
@ -51,7 +51,7 @@ export const NotFoundScreen = () => {
|
||||||
</Text>
|
</Text>
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
label={canGoBack ? 'Go back' : 'Go home'}
|
label={canGoBack ? _(msg`Go back`) : _(msg`Go home`)}
|
||||||
onPress={onPressHome}
|
onPress={onPressHome}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in New Issue