Web:Client:Home: add new translation key 'ByCreationDate' for filter sort

This commit is contained in:
TimofeyBoyko 2022-09-15 14:05:51 +03:00
parent 977dc1f7ed
commit 1ca5819e0f
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"BackToParentFolderButton": "Back to parent folder",
"ByAuthor": "Author",
"ByCreation": "Created",
"ByCreationDate": "Creation date",
"ByLastModifiedDate": "Modified",
"ByOwner": "Owner",
"ByTitle": "Title",

View File

@ -802,7 +802,7 @@ const SectionFilterContent = ({
const size = { key: "Size", label: t("Common:Size"), default: true };
const creationDate = {
key: "DateAndTimeCreation",
label: t("ByCreation"),
label: t("ByCreationDate"),
default: true,
};
const authorOption = {