summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-03-22 21:03:25 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:20:36 +0900
commit2449234e28aab435ffe28d567ece8c651d45d2b3 (patch)
tree0ef057eebb01821da25dc23a972e03c492830f16 /views
parentf2ee19f15a78125a1dc2ba8b9c175dd9831e5700 (diff)
DateTime format, and some translation fix
Diffstat (limited to 'views')
-rwxr-xr-xviews/event.handlebars4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/event.handlebars b/views/event.handlebars
index 009dfbd..1307983 100755
--- a/views/event.handlebars
+++ b/views/event.handlebars
@@ -285,9 +285,9 @@
<h5 class="card-header">{{t "event.discussion" }}</h5>
<div class="card-body">
<form id="commentForm" action="/post/comment/{{eventData.id}}/" method="post">
- <label for="commentAuthor">{{t "event.attendeename" }}</label>
+ <label for="commentAuthor">{{t "event.commentauthor" }}</label>
<div class="form-group">
- <input type="text" class="form-control" id="commentAuthor" name="commentAuthor" placeholder="{{t "event.attendeename" }}" required>
+ <input type="text" class="form-control" id="commentAuthor" name="commentAuthor" placeholder="{{t "event.commentauthorph" }}" required>
</div>
<label for="commentContent">{{t "event.comment" }}</label>
<div class="form-group">