aboutsummaryrefslogtreecommitdiff
path: root/client/html/file_dropper.tpl
diff options
context:
space:
mode:
authorrr-2017-02-21 19:09:18 +0100
committerrr-2017-02-21 19:09:18 +0100
commit5467ca6b7e259f489927c51ad5ab00ef4835e1c2 (patch)
tree67dc00966416af6f2f68c8d2890f735190cc54c4 /client/html/file_dropper.tpl
parentd00d282bff15d37cff7818d39663ad07b3cbee43 (diff)
client/posts: improve placeholder in file dropper
The default one was too long to fit in the sidebar
Diffstat (limited to 'client/html/file_dropper.tpl')
-rw-r--r--client/html/file_dropper.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/file_dropper.tpl b/client/html/file_dropper.tpl
index 3da2f4f..3123cd0 100644
--- a/client/html/file_dropper.tpl
+++ b/client/html/file_dropper.tpl
@@ -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 { %>

© 2015 - 2026 Jakob L. Kreuze