Skip to content

Commit ca11f3d

Browse files
committed
Wrong text when uploading a video #96
1 parent dde0f1a commit ca11f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/UploadImage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const Upload: React.FC = () => {
9595
color="text.secondary"
9696
sx={{ display: { xs: 'none', sm: 'block' } }}
9797
>
98-
Drag and drop images here or
98+
Drag and drop media files here or
9999
</Typography>
100100

101101
<Button
@@ -126,7 +126,7 @@ const Upload: React.FC = () => {
126126
</Button>
127127
{isPending && (
128128
<Typography color="text.secondary">
129-
{`Uploading ${selectedFilesCount} image${
129+
{`Uploading ${selectedFilesCount} media file${
130130
selectedFilesCount > 1 ? 's' : ''
131131
}`}
132132
</Typography>

0 commit comments

Comments
 (0)