Update NotFound.tsx
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user