Minor nav label change

This commit is contained in:
billz 2018-05-29 22:44:18 +00:00
parent 65f38845a3
commit 74842aac62
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ $theme_url = 'dist/css/' . $theme;
<?php endif; ?>
<?php if ( RASPI_DHCP_ENABLED ) : ?>
<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>
<?php endif; ?>
<?php if ( RASPI_OPENVPN_ENABLED ) : ?>