Skip to content

Commit

Permalink
tweak copy and location of active checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebaker committed Feb 29, 2016
1 parent 6a66a8b commit 05cc2f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/questions/admin.html.haml
Expand Up @@ -91,12 +91,12 @@
.control-group
.controls
%label.checkbox
= f.check_box :active
= f.label :active, t('admin.accept_responses')
= f.check_box :flag_enabled
= f.label :flag_enabled, t('admin.allow_flag_as_inappropriate') + ' ' + link_to('', '#allow_flag_as_inappropriate_exp', :"data-toggle" => 'modal', :class => 'glyphicon glyphicon-question-sign')
= f.check_box :question_should_autoactivate_ideas
= f.label :question_should_autoactivate_ideas, t('admin.auto_activate_exp')
= f.check_box :active
= f.label :active, t('admin.enable_voting')
= f.check_box :hide_results
= f.label :hide_results, "#{t('admin.hide_results_from_visitors')} #{link_to('', 'http://blog.allourideas.org/post/133264535527/hide-results-from-your-voters', :target=> '_blank', :class => 'glyphicon glyphicon-question-sign')}"
.form-actions
Expand Down
2 changes: 1 addition & 1 deletion config/locales/allourideas/en.yml
Expand Up @@ -278,7 +278,7 @@ en:
make_my_own_exp: "Sure. It is easy to set up your own wiki survey, and it is completely free thanks to our grants from Google and the Center for Information Technology Policy at Princeton University. You can create your own wiki survey here: http://www.allourideas.org/questions/new."
make_my_own_exp_widget: "Sure. It is easy to set up your own wiki survey, and it is completely free thanks to our grants from Google and the Center for Information Technology Policy at Princeton University. You can create your own wiki survey widget: http://www.allourideas.org."
admin:
enable_voting: Enable voting
accept_responses: Accept responses
verify_survey_title: Activate Your Wiki Survey
verify_survey_body: You should soon receive an email with a link to verify and activate your wiki survey. In order to activate your wiki survey, please click the link in the email.
wiki_survey_verification_succeeded: Thanks for verifying your email address. Your wiki survey ready!
Expand Down

0 comments on commit 05cc2f3

Please sign in to comment.