Skip to content

Commit

Permalink
Fixed translation order as suggested by @Tuinslak
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoverbruggen committed Jun 5, 2014
1 parent bceaf65 commit 8119fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/language.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<hr/>
<ul class="ul-lg">
<li><a href="route?lang=nl">Nederlands</a></li>
<li><a href="route?lang=fr">Français</a></li>
<li><a href="route?lang=en">English</a></li>
<li><a href="route?lang=fr">français</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 8119fa6

Please sign in to comment.