diff --git a/app/views/DefaultBrowserView/index.tsx b/app/views/DefaultBrowserView/index.tsx index 8711ab6de..60b10f16b 100644 --- a/app/views/DefaultBrowserView/index.tsx +++ b/app/views/DefaultBrowserView/index.tsx @@ -53,7 +53,7 @@ const DefaultBrowserView = () => { useLayoutEffect(() => { navigation.setOptions({ - title: I18n.t('Close_Chat') + title: I18n.t('Default_browser') }); }, [navigation]);