Skip to content

Commit

Permalink
Renamed topscorers to top scorers
Browse files Browse the repository at this point in the history
Renamed topscorers to top scorers
  • Loading branch information
sebastiaanspeck committed Oct 16, 2018
1 parent 95d28d1 commit 42c3d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/leagues/leagues_details.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@endif
@if(count($topscorers) > 0)
<li class="nav-item">
<a class="nav-link" id="topscorers-tab" data-toggle="tab" href="#topscorers" role="tab" aria-controls="topscorers" aria-selected="false">@lang('application.Topscorers')</a>
<a class="nav-link" id="topscorers-tab" data-toggle="tab" href="#topscorers" role="tab" aria-controls="topscorers" aria-selected="false">@lang('application.Top Scorers')</a>
</li>
@endif
</ul>
Expand Down

0 comments on commit 42c3d8b

Please sign in to comment.