Skip to content

Commit

Permalink
Folder limits order changed (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsergey authored Jan 9, 2025
1 parent efa7358 commit b69414c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions data/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,13 @@
"id": "folder_amount",
"icon": "create_new_folder"
},
{
"id": "pinned_chats_in_folder",
"icon": "push_pin"
},
{
"id": "chats_per_folder",
"icon": "folder_shared"
},
{
"id": "pinned_chats_in_folder",
"icon": "push_pin"
}
]
},
Expand Down
12 changes: 6 additions & 6 deletions localization/en/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,17 +403,17 @@
"text": "up to 10 folders",
"text_premium": "up to 30 folders"
},
"pinned_chats_in_folder": {
"name": "Pinned chats in a folder",
"hint": "",
"text": "up to 100 chats",
"text_premium": "up to 200 chats"
},
"chats_per_folder": {
"name": "Chats per folder",
"hint": "Does not include chats added to the folder by their type (e.g. Channels). Includes chats added to the Exceptions section.",
"text": "up to 100 chats",
"text_premium": "up to 200 chats"
},
"pinned_chats_in_folder": {
"name": "Pinned chats in a folder",
"hint": "",
"text": "up to 100 chats",
"text_premium": "up to 200 chats"
}
}
},
Expand Down

0 comments on commit b69414c

Please sign in to comment.