Skip to content

Commit

Permalink
Added helper text to file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
4ndr3w committed Aug 4, 2013
1 parent 136d022 commit 4f79326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Uploading</h3>
<button id="fileInfoButton" class="btn">Set Title</button>
<div id="fileInputField" class="uneditable-input span3">
<i class="icon-file fileupload-exists"></i>
<span class="fileupload-preview"></span>
<span class="fileupload-preview">Please select a file to upload</span>
</div>
<span id="fileUploadButton" class="btn btn-file">
<span class="fileupload-new">Select file</span>
Expand Down

0 comments on commit 4f79326

Please sign in to comment.