diff options
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 5d4ba0e3f..f2b7cd911 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -312,7 +312,11 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) { getComponent={() => MessagesSettingsScreen} options={{title: title(msg`Chat settings`), requireAuth: true}} /> - <Stack.Screen name="Feeds" getComponent={() => FeedsScreen} /> + <Stack.Screen + name="Feeds" + getComponent={() => FeedsScreen} + options={{title: title(msg`Feeds`)}} + /> </> ) } |