summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordev-nicolaos <contact@nicolaos.dev>2023-06-29 22:55:11 -0700
committerdev-nicolaos <contact@nicolaos.dev>2023-06-29 22:55:11 -0700
commit0d947c6a5439c01fabd1e9d806f6414df5d7b297 (patch)
tree2b01513345e69737a3468e21251308e7e608c060
parent6368de679b391d6c6d9d404e40d88b537c88f317 (diff)
tweak placeholder text for comment
-rwxr-xr-xviews/event.handlebars2
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>