Skip to content

Commit

Permalink
system: fix brain typo in routes MVC
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 16, 2018
1 parent 585d251 commit 461e28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/mvc/app/views/OPNsense/Routes/index.volt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ POSSIBILITY OF SUCH DAMAGE.
<th data-column-id="disabled" data-type="string" data-formatter="rowtoggle">{{ lang._('Disabled') }}</th>
<th data-column-id="network" data-type="string" data-visible="true">{{ lang._('Network') }}</th>
<th data-column-id="gateway" data-type="string" data-visible="true">{{ lang._('Gateway') }}</th>
<th data-column-id="descr" data-type="string" data-visible="true">{{ lang._('Beschreibung') }}</th>
<th data-column-id="descr" data-type="string" data-visible="true">{{ lang._('Description') }}</th>
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
<th data-column-id="commands" data-formatter="commands" data-sortable="false">{{ lang._('Commands') }}</th>
</tr>
Expand Down

0 comments on commit 461e28d

Please sign in to comment.