Web: Info Panel: fix translation

This commit is contained in:
Alexey Safronov 2022-09-01 17:21:07 +03:00
parent ed60cd1a01
commit c25aa53c79

View File

@ -162,7 +162,7 @@ const SingleItem = (props) => {
},
{
id: "ByCreationDate",
title: t("Home:ByCreationDate"),
title: t("Files:ByCreationDate"),
content: styledText(parseAndFormatDate(item.created)),
},
];