client/posts: improve placeholder in file dropper

The default one was too long to fit in the sidebar
This commit is contained in:
rr-
2017-02-21 19:09:18 +01:00
parent d00d282bff
commit 5467ca6b7e
3 changed files with 7 additions and 2 deletions

View File

@ -15,7 +15,7 @@
</label>
<% if (ctx.allowUrls) { %>
<div class='url-holder'>
<input type='text' name='url' placeholder='Alternatively, paste an URL here.'/>
<input type='text' name='url' placeholder='<%- ctx.urlPlaceholder %>'/>
<% if (ctx.lock) { %>
<button>Confirm</button>
<% } else { %>