feat: relabel the curated notification filter from Selected to Curated

https://claude.ai/code/session_013VDWpD8Dr6sBF7tBEUZGpg
This commit is contained in:
Claude
2026-06-12 17:30:02 +00:00
parent 3fc19ce023
commit 1ea0b91ff1
2 changed files with 2 additions and 2 deletions
@@ -87,7 +87,7 @@ class TopNavFilterState(
val selectedFollow =
FeedDefinition(
code = TopFilter.Selected,
name = ResourceName(R.string.follow_list_selected),
name = ResourceName(R.string.follow_list_curated),
)
val aroundMe =
+1 -1
View File
@@ -1162,7 +1162,7 @@
<string name="follow_list_kind3follows_proxy">Follows via Proxy</string>
<string name="follow_list_aroundme">Around Me</string>
<string name="follow_list_global">Global</string>
<string name="follow_list_selected">Selected</string>
<string name="follow_list_curated">Curated</string>
<string name="follow_list_chess">Chess</string>
<string name="follow_list_mine">Mine</string>
<string name="follow_list_mute_list">Mute List</string>