Web: Fix translations key

This commit is contained in:
Alexey Safronov 2022-08-25 11:21:27 +03:00
parent 24c4a51fb3
commit 32e13d62c8

View File

@ -170,7 +170,7 @@ const ArticleMainButtonContent = (props) => {
id: "main-button_new-room",
className: "main-button_drop-down",
icon: "images/folder.locked.react.svg",
label: t("Home:NewRoom"),
label: t("Files:NewRoom"),
onClick: onCreateRoom,
action: "room",
key: "room",