translations for drag&drop

This commit is contained in:
proddy
2024-08-15 16:48:24 +02:00
parent 07507eaeb6
commit d4d296a97e
13 changed files with 23 additions and 13 deletions

View File

@@ -55,8 +55,7 @@ const DragNdrop = ({ onFileSelected }) => {
>
<div className="upload-info">
<CloudUploadIcon sx={{ marginRight: 4 }} color="primary" fontSize="large" />
{/* TODO translate */}
<p>drag and drop a file here or click to select one</p>
<p>{LL.UPLOAD_DRAG()}</p>
</div>
<input