This commit is contained in:
Tom Moor
2021-01-02 19:19:45 -08:00
parent 5329474c85
commit 308d4bd797
2 changed files with 5 additions and 4 deletions

View File

@ -43,7 +43,7 @@ function CollectionSortMenu({
onOpen={onOpen} onOpen={onOpen}
onClose={onClose} onClose={onClose}
label={ label={
<NudeButton aria-label={t("Sidebar sort")} aria-haspopup="true"> <NudeButton aria-label={t("Sort in sidebar")} aria-haspopup="true">
{alphabeticalSort ? <AlphabeticSortIcon /> : <ManualSortIcon />} {alphabeticalSort ? <AlphabeticSortIcon /> : <ManualSortIcon />}
</NudeButton> </NudeButton>
} }

View File

@ -120,13 +120,13 @@
"Edit": "Edit", "Edit": "Edit",
"Permissions": "Permissions", "Permissions": "Permissions",
"Export": "Export", "Export": "Export",
"Sort in sidebar": "Sort in sidebar",
"Alphabetical": "Alphabetical",
"Manual sort": "Manual sort",
"Delete": "Delete", "Delete": "Delete",
"Edit collection": "Edit collection", "Edit collection": "Edit collection",
"Delete collection": "Delete collection", "Delete collection": "Delete collection",
"Export collection": "Export collection", "Export collection": "Export collection",
"Sort in sidebar": "Sort in sidebar",
"Alphabetical sort": "Alphabetical sort",
"Manual sort": "Manual sort",
"Document duplicated": "Document duplicated", "Document duplicated": "Document duplicated",
"Document archived": "Document archived", "Document archived": "Document archived",
"Document restored": "Document restored", "Document restored": "Document restored",
@ -189,6 +189,7 @@
"Name": "Name", "Name": "Name",
"Description": "Description", "Description": "Description",
"More details about this collection…": "More details about this collection…", "More details about this collection…": "More details about this collection…",
"Alphabetical": "Alphabetical",
"Private collection": "Private collection", "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.", "A private collection will only be visible to invited team members.": "A private collection will only be visible to invited team members.",
"Saving": "Saving", "Saving": "Saving",