From ee1b09d5ec51241032a8641a776a60ac8825fb00 Mon Sep 17 00:00:00 2001 From: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com> Date: Fri, 23 Sep 2022 17:22:21 -0300 Subject: [PATCH] Regression: Default Browser View title (#4556) --- app/views/DefaultBrowserView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);