Web: Files: Changed translations keys.

This commit is contained in:
Tatiana Lopaeva 2022-03-10 17:52:26 +03:00
parent d793b099ff
commit dc273d4a21
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ const VersionRow = (props) => {
canEdit && { key: "edit", label: t("EditComment"), onClick: onEditComment },
canEdit && {
key: "restore",
label: t("Translations:Restore"),
label: t("Common:Restore"),
onClick: onRestoreClick,
},
{

View File

@ -994,7 +994,7 @@ class FilesActionStore {
.set("download", download)
.set("downloadAs", downloadAs)
.set("restore", {
label: t("Translations:Restore"),
label: t("Common:Restore"),
onClick: () => setMoveToPanelVisible(true),
iconUrl: "/static/images/move.react.svg",
})