add upload to Version page

This commit is contained in:
proddy
2025-03-04 20:24:27 +01:00
parent 34c514709a
commit 4991e2b7cd
15 changed files with 41 additions and 18 deletions

View File

@@ -126,7 +126,7 @@ const DownloadUpload = () => {
<Typography variant="body1">{LL.UPLOAD_TEXT()}.</Typography>
</Box>
<SingleUpload doRestart={doRestart} />
<SingleUpload text={LL.UPLOAD_DRAG()} doRestart={doRestart} />
</>
);
};