about summary refs log tree commit diff
path: root/src/view/screens/SavedFeeds.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/SavedFeeds.tsx')
-rw-r--r--src/view/screens/SavedFeeds.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/SavedFeeds.tsx b/src/view/screens/SavedFeeds.tsx
index b244c7558..0e85bdf73 100644
--- a/src/view/screens/SavedFeeds.tsx
+++ b/src/view/screens/SavedFeeds.tsx
@@ -417,7 +417,7 @@ function FollowingFeedCard() {
       </View>
       <View style={[a.flex_1, a.flex_row, a.gap_sm, a.align_center]}>
         <NewText style={[a.text_sm, a.font_bold, a.leading_snug]}>
-          <Trans>Following</Trans>
+          <Trans context="feed-name">Following</Trans>
         </NewText>
       </View>
     </View>