LFFE-18 make change text in file upload

This commit is contained in:
2023-11-07 12:08:44 +03:30
parent 8e067bcb58
commit 38ee0622a6
2 changed files with 7 additions and 6 deletions

View File

@@ -67,13 +67,14 @@ const UploadSystem = ({
variant="subtitle2"
sx={{
fontWeight: 600,
fontSize: "1rem",
fontSize: "0.8rem",
color: "#a19d9d",
mt: 1,
}}
textAlign="center"
>
{t("UploadSystem.upload_file")}
{t("UploadSystem.upload_file_format")}<br/>
{t("UploadSystem.upload_file_unit")}
</Typography>
</Box>
</>