Commit a1ec40a3b47b495f8632b003e137d71386e5c4a3

Authored by Daniela Feitosa
1 parent 8bf3180c

Fixed text on placeholder

Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
views/search/_software_search_form.html.erb
... ... @@ -11,7 +11,7 @@
11 11  
12 12 <div class="search-field">
13 13 <span class="formfield">
14   - <%= text_field_tag 'query', @query, :id => 'search-input', :size => 50, :placeholder=>_("Type words about the software_info you're looking for (the search begins after 3 characters)") %>
  14 + <%= text_field_tag 'query', @query, :id => 'search-input', :size => 50, :placeholder=>_("Type words about the software you're looking for (the search begins after 3 characters)") %>
15 15 </span>
16 16  
17 17 <%= submit_button(:search, _('Filter')) %>
... ...