Web: Client: Dialogs: ConvertDialog. сonversion to pptx has been removed.

This commit is contained in:
Elyor Djalilov 2024-07-19 20:06:12 +05:00
parent bb31e9a89d
commit c623f214b8
2 changed files with 1 additions and 5 deletions

View File

@ -8,6 +8,6 @@
"InfoCreateFileIn": "The new '{{fileTitle}}' file is created in '{{folderTitle}}'", "InfoCreateFileIn": "The new '{{fileTitle}}' file is created in '{{folderTitle}}'",
"OpenFileMessage": "The document file you open will be converted to the Office Open XML format for quick viewing and editing.", "OpenFileMessage": "The document file you open will be converted to the Office Open XML format for quick viewing and editing.",
"SaveOriginalFormatMessage": "Save the file copy in the original format", "SaveOriginalFormatMessage": "Save the file copy in the original format",
"ConversionXmlMessage": "The document file you open will be converted to the Office Open XML format (docx, xlsx or pptx) for faster viewing and editing.", "ConversionXmlMessage": "The document file you open will be converted to the Office Open XML format (docx or xlsx) for faster viewing and editing.",
"SelectFileType": "Please select a file type:" "SelectFileType": "Please select a file type:"
} }

View File

@ -67,10 +67,6 @@ const ConvertDialogComponent = (props) => {
label: t("Spreadsheet"), label: t("Spreadsheet"),
value: ".xlsx", value: ".xlsx",
}, },
{
label: t("Presentation"),
value: ".pptx",
},
]; ];
const isXML = convertItem?.fileExst?.includes(".xml"); const isXML = convertItem?.fileExst?.includes(".xml");