Commit 52da92f20d9d9d1dda424b9eb5e79d767e27e2db
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>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/software_communities_plugin/_institution.html.erb
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | 21 | ||
22 | <div> | 22 | <div> |
23 | <div class="fields-required"> | 23 | <div class="fields-required"> |
24 | - <span class="errorExplanation"><%= _("All fields with (*) are mandatory") %></span> | 24 | + <span class="errorExplanation"><%= required_fields_message %></span> |
25 | </div> | 25 | </div> |
26 | <br/> | 26 | <br/> |
27 | <%= labelled_form_for :community, :url => {:action=>"new_institution"}, :html => { :multipart => true, :id=>"institution_form" } do |f| %> | 27 | <%= labelled_form_for :community, :url => {:action=>"new_institution"}, :html => { :multipart => true, :id=>"institution_form" } do |f| %> |