Update file_dropper.tpl

This commit is contained in:
Fatih 2019-02-28 01:55:24 +01:00 committed by GitHub
parent b18acf3982
commit cd2e46a59c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
</label>
<% if (ctx.allowUrls) { %>
<div class='url-holder'>
<input type='text' name='url' placeholder='<%- ctx.urlPlaceholder %>'/>
<textarea name="url" placeholder="<%- ctx.urlPlaceholder %>" rows="5"></textarea>
<% if (ctx.lock) { %>
<button>Confirm</button>
<% } else { %>