Regression: Default Browser View title (#4556)
This commit is contained in:
parent
d1e2c3fe6d
commit
ee1b09d5ec
|
@ -53,7 +53,7 @@ const DefaultBrowserView = () => {
|
|||
|
||||
useLayoutEffect(() => {
|
||||
navigation.setOptions({
|
||||
title: I18n.t('Close_Chat')
|
||||
title: I18n.t('Default_browser')
|
||||
});
|
||||
}, [navigation]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue