Skip to content

Commit 759a658

Browse files
committed
update drag and drop prompt text to make it clear that ExifCleaner supports videos and PDFs as well
1 parent 930de75 commit 759a658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<div class="empty-icon">
1515
<i class="icon icon-photo icon-3x"></i>
1616
</div>
17-
<p class="empty-title h5">No images selected</p>
18-
<p class="empty-subtitle">Drag and drop files here for processing.</p>
17+
<p class="empty-title h5">No files selected</p>
18+
<p class="empty-subtitle">Drag and drop images, videos, or PDF files here for processing.</p>
1919
<div class="empty-action"></div>
2020
</div>
2121
</div>

0 commit comments

Comments
 (0)