diff options
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx index d89d45919..277ffb07e 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -637,7 +637,7 @@ const FlatNavigator = () => { <Flat.Screen name="Search" getComponent={() => SearchScreen} - options={{title: title(msg`Search`)}} + options={{title: title(msg`Explore`)}} /> <Flat.Screen name="Notifications" |