Skip to content

Commit

Permalink
fix translation for header of worker info table
Browse files Browse the repository at this point in the history
  • Loading branch information
accessd authored and davydovanton committed Jul 18, 2017
1 parent 70e02c7 commit f7476c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/statistic/views/worker.erb
Expand Up @@ -29,7 +29,7 @@
<th><%= t('Failure') %></th>
<th><%= t('Total') %></th>
<th><%= t('TimeSec') %></th>
<th><%= t('Average_Sec') %></th>
<th><%= t('AverageSec') %></th>
<th><%= t('MinTimeSec') %></th>
<th><%= t('MaxTimeSec') %></th>
<th><%= t('LastJobStatus') %></th>
Expand Down

0 comments on commit f7476c9

Please sign in to comment.