mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/posts: improve placeholder in file dropper
The default one was too long to fit in the sidebar
This commit is contained in:
@ -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 { %>
|
||||
|
Reference in New Issue
Block a user