diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 13:51:08 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 13:51:08 -0700 |
commit | bce6c8d5ec2e2bb87c836cf2cbdc4bbbcf45a180 (patch) | |
tree | a4a9ea26d07e35a0df129808c2f596e5ab38d634 | |
parent | a9027cfb45ab754233da8b882de60cb6b59117a6 (diff) | |
download | voidsky-bce6c8d5ec2e2bb87c836cf2cbdc4bbbcf45a180.tar.zst |
rename Algos to Feeds on profile
-rw-r--r-- | src/state/models/ui/profile.ts | 2 |
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', } |