diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-09 19:00:55 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-09 19:00:55 -0400 |
| commit | 078155bd9e878fc634c560474126f3271c27429a (patch) | |
| tree | a0a73d9a8863296c3bdf9144d1cbea1a1355a882 /views | |
| parent | 4d4add72dec5d5f1db96430fe2de21c09451ebea (diff) | |
| parent | ca05d6144be6d21f5f43b472a6749dccc798f05a (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views')
| -rw-r--r-- | views/controls/editor/media-drawer.ejs | 2 | ||||
| -rwxr-xr-x | views/home.ejs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/editor/media-drawer.ejs b/views/controls/editor/media-drawer.ejs index dedfbb0..d800426 100644 --- a/views/controls/editor/media-drawer.ejs +++ b/views/controls/editor/media-drawer.ejs @@ -6,7 +6,7 @@ <input type="file" accept="image/*" class="file" multiple> </form> <small>~ or ~</small><br> - <input type="text" placeholder="Enter Vimeo or YouTube Link" class="url"> + <input type="text" placeholder="Enter Vimeo or YouTube or image link" class="url"> </span> <div class="ants"> diff --git a/views/home.ejs b/views/home.ejs index 7ec8c1e..e02ab0c 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -23,7 +23,7 @@ </div> </div> - <h1>Whats VValls For?</h1> + <h1>What's VValls For?</h1> <div class="projectList about"> <div class="item wow bounceInLeft"> |
