From 711e06486983deeb611591a288bf7f7cc3cdb271 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 27 Jul 2013 01:54:24 +0200 Subject: [PATCH] fix typo --- views/site_files/upload.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/site_files/upload.slim b/views/site_files/upload.slim index 46be1bde..3af1ebe1 100644 --- a/views/site_files/upload.slim +++ b/views/site_files/upload.slim @@ -43,7 +43,7 @@ javascript: .row .span5.text-center - h5 NeoCities uses a drop and drop file upload. Simply take files and drop them from your computer on the white box (or click it) and they are uploaded. + h5 NeoCities uses a "drag and drop" file upload. Simply take files and drop them from your computer on the white box (or click it) and they are uploaded. div style="background-color: #FFFFFF;" form action="/site_files/upload" class="dropzone" id="uploads" input name="csrf_token" type="hidden" value="#{csrf_token}"