This commit is contained in:
Proddy
2022-07-20 20:34:55 +02:00
parent ca30b8233b
commit 387c9c63f1

View File

@@ -72,7 +72,7 @@ const GeneralFileUpload: FC<UploadFileProps> = ({ uploadGeneralFile }) => {
{!uploading && (
<Box mb={2} color="warning.main">
<Typography variant="body2">
Upload a new firmware (.bin) file, settings or customizations (*_json.txt) file below.
Upload a new firmware (.bin) file, settings or customizations (.json) file below.
</Typography>
</Box>
)}