diff options
-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> |