Skip to content

Commit

Permalink
Start cleaning up translation formatting - en.yml (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen authored Oct 9, 2018
1 parent 9af49cd commit e08888f
Show file tree
Hide file tree
Showing 11 changed files with 860 additions and 947 deletions.
2 changes: 1 addition & 1 deletion app/views/search/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<% else %>
<%= f.text_field :email, placeholder: t('search.form.search_by_email'), value: @email, 'aria-label': t('search.form.search_by_email') %>
<% end %>
<%= f.submit t('search.search'), class: 'searchSubmit' %>
<%= f.submit t('search.label'), class: 'searchSubmit' %>
</div>
<% end %>
2 changes: 1 addition & 1 deletion app/views/search/_posts.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="search">
<%= f.text_field :name, placeholder: t('search.search_by_name'), 'aria-label': t('search.search_by_name') %>
<%= f.hidden_field :data_type, value: local_assigns[:data_type] %>
<%= f.submit t('search.search'), class: 'searchSubmit' %>
<%= f.submit t('search.label'), class: 'searchSubmit' %>
</div>
<% end %>
</div>
Loading

0 comments on commit e08888f

Please sign in to comment.