diff --git a/app/views/poll/_edit_mulit.html.erb b/app/views/poll/_edit_mulit.html.erb index 684a285e3..f4e079c17 100644 --- a/app/views/poll/_edit_mulit.html.erb +++ b/app/views/poll/_edit_mulit.html.erb @@ -3,7 +3,7 @@
- + />
diff --git a/app/views/poll/_edit_single.html.erb b/app/views/poll/_edit_single.html.erb index b8157ee6c..b172d955c 100644 --- a/app/views/poll/_edit_single.html.erb +++ b/app/views/poll/_edit_single.html.erb @@ -4,7 +4,7 @@ + name="poll_questions_title" placeholder="请输入单行主观标题" value="<%= poll_question.question_title%>"/> /> diff --git a/app/views/poll/_new_mulit.html.erb b/app/views/poll/_new_mulit.html.erb index e034e54af..155f208c4 100644 --- a/app/views/poll/_new_mulit.html.erb +++ b/app/views/poll/_new_mulit.html.erb @@ -3,7 +3,7 @@
- +
diff --git a/app/views/poll/_new_single.html.erb b/app/views/poll/_new_single.html.erb index ec06933a8..fb052a7a3 100644 --- a/app/views/poll/_new_single.html.erb +++ b/app/views/poll/_new_single.html.erb @@ -3,7 +3,7 @@
- +
diff --git a/app/views/poll/_show_single.html.erb b/app/views/poll/_show_single.html.erb index d9ef2abc7..bfea07d86 100644 --- a/app/views/poll/_show_single.html.erb +++ b/app/views/poll/_show_single.html.erb @@ -7,7 +7,7 @@ <%if poll_question.is_necessary == 1%> * <%end%> - (单行文字) + (单行主观) <%= link_to("", delete_poll_question_poll_index_path(:poll_question => poll_question.id), method: :delete, :confirm => l(:text_are_you_sure), :remote => true, :class => "ur_icon_de") %> diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 5c2925b90..e607214b5 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -2247,8 +2247,8 @@ zh: label_statistical_results: 统计结果 label_MC: 单选题 label_MCQ: 多选题 - label_single: 单行文字 - label_mulit: 多行文字 + label_single: 单行主观 + label_mulit: 多行主观 label_enter_single_title: 请输入单选题标题 label_new_answer: 新建选项 label_poll_title: 问卷标题