diff options
-rw-r--r-- | src/application/templates/bootstrap-3/new_topic.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/templates/bootstrap-3/new_topic.twig b/src/application/templates/bootstrap-3/new_topic.twig index 74be156..a1fea14 100644 --- a/src/application/templates/bootstrap-3/new_topic.twig +++ b/src/application/templates/bootstrap-3/new_topic.twig @@ -16,7 +16,7 @@ <form action="{{ g.server.REQUEST_URI }}" method="post" enctype="multipart/form-data"> <input type="hidden" name="form_id" value="{{ formId }}"> <div class="form-group"> - <label for="i_message">{{ __("Topic title:") }}</label> + <label for="i_title">{{ __("Topic title:") }}</label> <input type="text" class="form-control" id="i_title" name="title" value="{{ lastFormField(formId, "title") }}" required autofocus> </div> <div class="form-group"> |