Skip to content

Commit

Permalink
Merge pull request #1676 from dodona-edu/fix/wrong-translation-key
Browse files Browse the repository at this point in the history
Fix wrong translation key in course scoresheet header
  • Loading branch information
chvp committed Jan 30, 2020
2 parents 8a6ab8e + 2aa0747 commit 9a57a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/courses/_scoresheet_table.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<table class="table scoresheet-table">
<thead>
<tr>
<th class="user-name"><%= t('.user') %></th>
<th class="user-name"><%= t('courses.scoresheet.user') %></th>
<% series.each do |s| %>
<th class="status-header ellipsis-overflow" title="<%= s.name %>"><%= s.name %></th>
<% end %>
Expand Down

0 comments on commit 9a57a7b

Please sign in to comment.