diff --git a/web/ASC.Web.Editor/src/Editor.jsx b/web/ASC.Web.Editor/src/Editor.jsx index 61430f2641..337b65dad2 100644 --- a/web/ASC.Web.Editor/src/Editor.jsx +++ b/web/ASC.Web.Editor/src/Editor.jsx @@ -670,7 +670,7 @@ const Editor = () => { {filesType === mailMergeAction ? ( - i18n.t("MailMergeFileType") + getFileTypeTranslation() ) : ( Select files of type: {{ fileType: getFileTypeTranslation() }}