diff options
author | dev-nicolaos <contact@nicolaos.dev> | 2023-06-29 22:55:11 -0700 |
---|---|---|
committer | dev-nicolaos <contact@nicolaos.dev> | 2023-06-29 22:55:11 -0700 |
commit | 0d947c6a5439c01fabd1e9d806f6414df5d7b297 (patch) | |
tree | 2b01513345e69737a3468e21251308e7e608c060 | |
parent | 6368de679b391d6c6d9d404e40d88b537c88f317 (diff) |
tweak placeholder text for comment
-rwxr-xr-x | views/event.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/event.handlebars b/views/event.handlebars index 88856f3..4749a45 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -268,7 +268,7 @@ </div> <div class="form-group"> <div class="input-group"> - <textarea class="form-control" id="commentContent" name="commentContent" style="resize: none;" placeholder="What would you like to ask?" data-validation="required length" data-validation-length="1-280"></textarea> + <textarea class="form-control" id="commentContent" name="commentContent" style="resize: none;" placeholder="What would you like to say?" data-validation="required length" data-validation-length="1-280"></textarea> <div class="input-group-append"> <button type="submit" class="btn btn-primary btn-block h-100" id="postComment">Send <i class="fas fa-chevron-right"></i></button> </div> |