From 7a2e48d0667b3423168ad1515981a4d650efe02c Mon Sep 17 00:00:00 2001 From: Viktor Fomin Date: Thu, 18 Nov 2021 19:10:51 +0300 Subject: [PATCH] Web: People: fix translations --- .../src/pages/ProfileAction/Section/Body/createUserForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.People/Client/src/pages/ProfileAction/Section/Body/createUserForm.js b/products/ASC.People/Client/src/pages/ProfileAction/Section/Body/createUserForm.js index 6dc3dd9058..f77bfdca0c 100644 --- a/products/ASC.People/Client/src/pages/ProfileAction/Section/Body/createUserForm.js +++ b/products/ASC.People/Client/src/pages/ProfileAction/Section/Body/createUserForm.js @@ -489,7 +489,7 @@ class CreateUserForm extends React.Component { maxSizeFileError={t("Translations:maxSizeFileError")} unknownError={t("Common:Error")} saveButtonLabel={t("Common:SaveButton")} - maxSizeLabel={t("Translations:maxSizeLabel")} + maxSizeLabel={t("Translations:MaxSizeLabel")} />