Browse Source

Improve placeholder text

Robert Autenrieth 9 years ago
parent
commit
d8e6f7d708
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      generator/generate.html

+ 1
- 1
generator/generate.html View File

@@ -306,7 +306,7 @@
306 306
                     <div class="form-group">
307 307
                         <label for="card-background" class="col-sm-2 control-label">Background</label>
308 308
                         <div class="col-sm-10">
309
-                            <input type="text" id="card-background" class="form-control" placeholder="Background image" data-property="background_image">
309
+                            <input type="text" id="card-background" class="form-control" placeholder="Background image URL" data-property="background_image">
310 310
                         </div>
311 311
                     </div>
312 312
                     <div class="form-group">

Loading…
Cancel
Save