1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Minor nav label change

This commit is contained in:
billz 2018-05-29 22:44:18 +00:00
parent 65f38845a3
commit 74842aac62

View File

@ -132,7 +132,7 @@ $theme_url = 'dist/css/' . $theme;
<?php endif; ?> <?php endif; ?>
<?php if ( RASPI_DHCP_ENABLED ) : ?> <?php if ( RASPI_DHCP_ENABLED ) : ?>
<li> <li>
<a href="index.php?page=dhcpd_conf"><i class="fa fa-exchange fa-fw"></i> <?php echo _("Configure DHCP"); ?></a> <a href="index.php?page=dhcpd_conf"><i class="fa fa-exchange fa-fw"></i> <?php echo _("Configure DHCP Server"); ?></a>
</li> </li>
<?php endif; ?> <?php endif; ?>
<?php if ( RASPI_OPENVPN_ENABLED ) : ?> <?php if ( RASPI_OPENVPN_ENABLED ) : ?>