mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-11 00:37:41 +00:00
feat: relabel the curated notification filter from Selected to Curated
https://claude.ai/code/session_013VDWpD8Dr6sBF7tBEUZGpg
This commit is contained in:
@@ -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 =
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user