diff --git a/app/menus/CollectionSortMenu.js b/app/menus/CollectionSortMenu.js index ef35ec2c..bdae0bec 100644 --- a/app/menus/CollectionSortMenu.js +++ b/app/menus/CollectionSortMenu.js @@ -43,7 +43,7 @@ function CollectionSortMenu({ onOpen={onOpen} onClose={onClose} label={ - + {alphabeticalSort ? : } } diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index 24c8c770..c604dba6 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -120,13 +120,13 @@ "Edit": "Edit", "Permissions": "Permissions", "Export": "Export", - "Sort in sidebar": "Sort in sidebar", - "Alphabetical": "Alphabetical", - "Manual sort": "Manual sort", "Delete": "Delete", "Edit collection": "Edit collection", "Delete collection": "Delete collection", "Export collection": "Export collection", + "Sort in sidebar": "Sort in sidebar", + "Alphabetical sort": "Alphabetical sort", + "Manual sort": "Manual sort", "Document duplicated": "Document duplicated", "Document archived": "Document archived", "Document restored": "Document restored", @@ -189,6 +189,7 @@ "Name": "Name", "Description": "Description", "More details about this collection…": "More details about this collection…", + "Alphabetical": "Alphabetical", "Private collection": "Private collection", "A private collection will only be visible to invited team members.": "A private collection will only be visible to invited team members.", "Saving": "Saving",