about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-25 13:51:08 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-25 13:51:08 -0700
commitbce6c8d5ec2e2bb87c836cf2cbdc4bbbcf45a180 (patch)
treea4a9ea26d07e35a0df129808c2f596e5ab38d634
parenta9027cfb45ab754233da8b882de60cb6b59117a6 (diff)
downloadvoidsky-bce6c8d5ec2e2bb87c836cf2cbdc4bbbcf45a180.tar.zst
rename Algos to Feeds on profile
-rw-r--r--src/state/models/ui/profile.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/ui/profile.ts b/src/state/models/ui/profile.ts
index 35831d1f7..81daf797f 100644
--- a/src/state/models/ui/profile.ts
+++ b/src/state/models/ui/profile.ts
@@ -8,7 +8,7 @@ import {ListsListModel} from '../lists/lists-list'
 export enum Sections {
   Posts = 'Posts',
   PostsWithReplies = 'Posts & replies',
-  CustomAlgorithms = 'Algos',
+  CustomAlgorithms = 'Feeds',
   Lists = 'Lists',
 }