Update NotFound.tsx
parent
25d7e2449f
commit
7a920d2eb4
|
@ -52,6 +52,8 @@ export const NotFoundScreen = () => {
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
label={canGoBack ? _(msg`Go back`) : _(msg`Go home`)}
|
label={canGoBack ? _(msg`Go back`) : _(msg`Go home`)}
|
||||||
|
accessibilityLabel={canGoBack ? _(msg`Go Back`) : _(msg`Go home`)}
|
||||||
|
accessibilityHint={canGoBack ? _(msg`Returns to previous page`) : _(msg`Returns to home page`)}
|
||||||
onPress={onPressHome}
|
onPress={onPressHome}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in New Issue