diff --git a/app/views/questions/_new_edit_question_option_based.html.erb b/app/views/questions/_new_edit_question_option_based.html.erb index 7a5a0c1..a379706 100644 --- a/app/views/questions/_new_edit_question_option_based.html.erb +++ b/app/views/questions/_new_edit_question_option_based.html.erb @@ -38,7 +38,7 @@ <% end %>
<% if question.option_comment_display %> - <%= label_tag('answer[text]', _('Comment'), class: 'control-label') %> + <%= label_tag('answer[text]', _('Additional Information'), class: 'control-label') %> <% if readonly %>

<%= raw(answer.text) %>

<% else %>