mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
use proper gettext message for dhcp section header
This commit is contained in:
parent
3d981a4eab
commit
d431da3e3a
@ -4,7 +4,7 @@
|
||||
<div class="card-header">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<i class="fas fa-exchange-alt mr-2"></i><?php echo _("DHCP"); ?>
|
||||
<i class="fas fa-exchange-alt mr-2"></i><?php echo _("DHCP Server"); ?>
|
||||
</div>
|
||||
<div class="col">
|
||||
<button class="btn btn-light btn-icon-split btn-sm service-status float-right">
|
||||
|
Loading…
Reference in New Issue
Block a user