Commit 52da92f20d9d9d1dda424b9eb5e79d767e27e2db

Authored by Fabio Teixeira
Committed by Gabriela Navarro
1 parent 5bcdb7aa

Fix insttution create form required field

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
views/software_communities_plugin/_institution.html.erb
... ... @@ -21,7 +21,7 @@
21 21  
22 22 <div>
23 23 <div class="fields-required">
24   - <span class="errorExplanation"><%= _("All fields with (*) are mandatory") %></span>
  24 + <span class="errorExplanation"><%= required_fields_message %></span>
25 25 </div>
26 26 <br/>
27 27 <%= labelled_form_for :community, :url => {:action=>"new_institution"}, :html => { :multipart => true, :id=>"institution_form" } do |f| %>
... ...