about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-24 18:23:14 +0900
committerMinseo Lee <itoupluk427@gmail.com>2024-02-24 18:23:14 +0900
commit25d7e2449fcb7f23ae636a2d4e00a2191a00ceab (patch)
treefafb8d8bde35242b537dac87c4726b2ccb56d848
parent89c65c856e4d88cd455d6fb0352755b2dc0b1b66 (diff)
downloadvoidsky-25d7e2449fcb7f23ae636a2d4e00a2191a00ceab.tar.zst
Update NotFound.tsx
-rw-r--r--src/view/screens/NotFound.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/NotFound.tsx b/src/view/screens/NotFound.tsx
index dfa840abb..bdf55b895 100644
--- a/src/view/screens/NotFound.tsx
+++ b/src/view/screens/NotFound.tsx
@@ -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>