about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
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 c7ad40ed8..f68f8ed66 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -304,7 +304,7 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) {
       <Stack.Screen
         name="MessagesSettings"
         getComponent={() => MessagesSettingsScreen}
-        options={{title: title(msg`Messaging settings`), requireAuth: true}}
+        options={{title: title(msg`Chat settings`), requireAuth: true}}
       />
     </>
   )