From 94bc677ef5ffdf69fd952de41a59d8b5aac9a360 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 4 Apr 2025 10:30:12 -0500 Subject: Rename search to explore in titles and links (#8116) * Rename search to explore in titles and links * Conditionally use Explore --- src/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Navigation.tsx') 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 = () => { SearchScreen} - options={{title: title(msg`Search`)}} + options={{title: title(msg`Explore`)}} />