This commit is contained in:
Manav Rathi
2024-07-09 10:22:31 +05:30
parent d4f0384f13
commit 26f421c77e
2 changed files with 7 additions and 2 deletions

View File

@@ -190,7 +190,12 @@ const DefaultOptions: React.FC<OptionsProps> = ({
/>
)}
</Stack>
<Typography p={1.5} pt={4} color="text.muted">
<Typography
p={1.5}
pt={4}
color="text.muted"
sx={{ textAlign: "center" }}
>
{t("drag_and_drop_hint")}
</Typography>
</Box>

View File

@@ -287,7 +287,7 @@
"LIVE_PHOTOS_DETECTED": "The photo and video files from your Live Photos have been merged into a single file",
"RETRY_FAILED": "Retry failed uploads",
"FAILED_UPLOADS": "Failed uploads ",
"failed_uploads_hint": "There will be an option to retry these when the upload finishes.",
"failed_uploads_hint": "There will be an option to retry these when the upload finishes",
"SKIPPED_FILES": "Ignored uploads",
"THUMBNAIL_GENERATION_FAILED_UPLOADS": "Thumbnail generation failed",
"UNSUPPORTED_FILES": "Unsupported files",