modules/freifunk: Argh, accidentally reverted translation string.
This commit is contained in:
parent
1c0f48fed6
commit
d003857775
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ local defroutev6 = sys.net.defaultroute6 ()
|
||||||
<table class="cbi-section-table">
|
<table class="cbi-section-table">
|
||||||
|
|
||||||
<% if not defroutev4 and not defroutev6 then %>
|
<% if not defroutev4 and not defroutev6 then %>
|
||||||
<%:No defaultroutes known.%>
|
<%:No default routes known.%>
|
||||||
<%else%>
|
<%else%>
|
||||||
<tr class="cbi-section-table-titles">
|
<tr class="cbi-section-table-titles">
|
||||||
<th class="cbi-section-table-cell"><%:Network%></th>
|
<th class="cbi-section-table-cell"><%:Network%></th>
|
||||||
|
|
Loading…
Reference in a new issue