Regression: Default Browser View title (#4556)
This commit is contained in:
parent
d867f939f6
commit
aba375b7fe
|
@ -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