Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Jul 20, 2022
1 parent ca30b82 commit 387c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/src/framework/system/GeneralFileUpload.tsx
Expand Up @@ -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>
)}
Expand Down

0 comments on commit 387c9c6

Please sign in to comment.