summaryrefslogtreecommitdiffstats
path: root/static/upload.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/upload.js')
-rw-r--r--static/upload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/upload.js b/static/upload.js
index 3a6d0ca..48f5581 100644
--- a/static/upload.js
+++ b/static/upload.js
@@ -46,7 +46,7 @@ fileUploader.init = function() {
'<label for="">' +
file.name + ' (' + plupload.formatSize(file.size) + ')' +
'</label>' +
- '<input type="text" placeholder="Tag" name="'+file.id+'" />' +
+ '<input type="text" placeholder="Tags (comma-separated)" name="'+file.id+'" />' +
'<b></b>' +
'</li>');
});