diff options
Diffstat (limited to 'static/modal-edit-gallery.php')
| -rw-r--r-- | static/modal-edit-gallery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/modal-edit-gallery.php b/static/modal-edit-gallery.php index e5a2c48..d16e580 100644 --- a/static/modal-edit-gallery.php +++ b/static/modal-edit-gallery.php @@ -14,7 +14,7 @@ <div class="form-group"> <label class="col-md-4 control-label" for="name">Galerie Name</label> <div class="col-md-6"> - <input id="name" name="name" value="<?php echo htmlentities($row["name"]); ?>" placeholder="Wie heißt die neue Foto Galerie? (Pflicht)" class="form-control input-md" required="" type="text"> + <input id="name" name="name" value="<?php echo htmlentities($row["name"]); ?>" placeholder="Wie heißt die Fotogalerie? (Pflicht)" class="form-control input-md" required="" type="text"> </div> </div> |
