Web: Fix 'NewRoom' key translation

This commit is contained in:
Alexey Safronov 2022-08-04 18:29:45 +03:00
parent 9215ec53fc
commit 33220f701b

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",