Skip to content

Commit c44205a

Browse files
committed
placeholder
1 parent 09b9d36 commit c44205a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/import-image/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ImageImporter extends HTMLElement {
5353
<label for="name">Enter Project Name:</label>
5454
<input type="text" id="name" placeholder="Enter Project Name..." />
5555
<label for="url">Image URL:</label>
56-
<input type="text" id="url" placeholder="Drop an image URL here or paste URLs with commas..." />
56+
<input type="text" id="url" placeholder="Drop an image URL here or paste comma-separated URLs..." />
5757
<button id="submit">Create Project</button>
5858
<div id="feedback" class="feedback"></div>
5959
<div id="page-info-container"></div>

0 commit comments

Comments
 (0)