mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
use proper gettext message for dhcp section header
This commit is contained in:
parent
3d981a4eab
commit
d431da3e3a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue