Skip to content

Commit

Permalink
Update Saved feed caption (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Feb 9, 2024
1 parent 6c6ab8f commit ceec486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mlem/Views/Tabs/Feeds/Components/FeedHeaderView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct FeedHeaderView: View {
case .subscribed:
return "Posts from all subscribed communities"
case .saved:
return "Your saved posts"
return "Your saved posts and comments"
default:
assertionFailure("We shouldn't be here...")
return ""
Expand Down

0 comments on commit ceec486

Please sign in to comment.