Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Renato Mascarenhas committed Sep 9, 2016
1 parent 7cdea6c commit 15eb664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/templates/suppliers/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
Find below the status of each synchronisation process for <%= supplier.name %>:

<% if any_aggregated_worker? %>
<h4>Aggregated synchrnonisation</h4>
<h4>Aggregated synchronisation</h4>
<%= render partial: "suppliers/workers_table", locals: { workers: aggregated_workers_for(supplier) } %>
<% end %>

Expand Down

0 comments on commit 15eb664

Please sign in to comment.