about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-04-04 10:30:12 -0500
committerGitHub <noreply@github.com>2025-04-04 08:30:12 -0700
commit94bc677ef5ffdf69fd952de41a59d8b5aac9a360 (patch)
treeb2482a3ad719a1d5dac7e2f3b03673ff12da57d1 /src/Navigation.tsx
parent148bfa803d3116dfaf6513ca947e585d8d3bfc78 (diff)
downloadvoidsky-94bc677ef5ffdf69fd952de41a59d8b5aac9a360.tar.zst
Rename search to explore in titles and links (#8116)
* Rename search to explore in titles and links

* Conditionally use Explore
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r--src/Navigation.tsx2
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"