- <%= f.input :institution_id, :as => :select, :collection => @institutions, :label => _('To see institutional questions and/or guidance, select your organisation.'), :input_html => { :multiple => false, :class => ["select2", "select2-container", "typeahead"] }, :include_blank => constant("organisation_types.organisation") %>
+ <%= f.input :institution_id, :as => :select, :collection => @institutions, :label => _('To see institutional questions and/or guidance, select your organisation.'), :input_html => { :multiple => false, :class => ["select2", "select2-container", "typeahead"] }, :include_blank => _('Select Organisation') %>
<%= _('Not applicable/not listed.')%>
diff --git a/app/views/questions/_show_question.html.erb b/app/views/questions/_show_question.html.erb
index 335c91e..687600e 100644
--- a/app/views/questions/_show_question.html.erb
+++ b/app/views/questions/_show_question.html.erb
@@ -62,7 +62,7 @@
- <% if question.section.phase.template.org.org_type != constant("organisation_types.funder") %>
+ <% if !question.section.phase.template.org.funder? %>
<% suggested_answer = question.get_suggested_answer(current_user.org_id) %>
<% if !suggested_answer.nil? && suggested_answer.text != "" %>
diff --git a/config/locale/app.pot b/config/locale/app.pot
index c956af4..ef2a05b 100644
--- a/config/locale/app.pot
+++ b/config/locale/app.pot
@@ -2780,3 +2780,9 @@
#magic_strings.token_permission_types.statistics
msgid "statistics"
msgstr ""
+
+msgid "Select Organisation"
+msgstr ""
+
+msgid "Select Funder"
+msgstr ""