diff --git a/data/structure.json b/data/structure.json index eb318742..57dd2b68 100644 --- a/data/structure.json +++ b/data/structure.json @@ -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" } ] }, diff --git a/localization/en/data.json b/localization/en/data.json index f15bb646..a856d248 100644 --- a/localization/en/data.json +++ b/localization/en/data.json @@ -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" } } },