Skip to content

Commit 8119fa6

Browse files
Fixed translation order as suggested by @Tuinslak
1 parent bceaf65 commit 8119fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/language.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<hr/>
1717
<ul class="ul-lg">
1818
<li><a href="route?lang=nl">Nederlands</a></li>
19+
<li><a href="route?lang=fr">Français</a></li>
1920
<li><a href="route?lang=en">English</a></li>
20-
<li><a href="route?lang=fr">français</a></li>
2121
</ul>
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)