Update NotFound.tsx

zio/stable
Minseo Lee 2024-02-24 18:23:14 +09:00
parent 89c65c856e
commit 25d7e2449f
1 changed files with 1 additions and 1 deletions

View File

@ -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>