Skip to content

Commit cc44843

Browse files
committed
Fixed broken dashboard
1 parent 7e519c3 commit cc44843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/dashboard/dashboard.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<script>
5555
$j(document).ready(function () {
56-
<%# Behaviour for the "Most viewed/downloaded" and "Most active <% t('contributor) %>" lists %>
56+
<%# Behaviour for the "Most viewed/downloaded" and "Most active submitter" lists %>
5757
$j('.most-activity').each(function () {
5858
var container = $j(this);
5959
var body = $j('.panel-body', container);

0 commit comments

Comments
 (0)