diff options
| author | rr- | 2017-02-21 19:09:18 +0100 |
|---|---|---|
| committer | rr- | 2017-02-21 19:09:18 +0100 |
| commit | 5467ca6b7e259f489927c51ad5ab00ef4835e1c2 (patch) | |
| tree | 67dc00966416af6f2f68c8d2890f735190cc54c4 /client/html/file_dropper.tpl | |
| parent | d00d282bff15d37cff7818d39663ad07b3cbee43 (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.tpl | 2 |
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 { %> |