mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2969 from marianamorim/add_function_gettext
This commit is contained in:
commit
bbdbf3d3a8
@ -68,9 +68,9 @@ $carp_enabled = get_carp_status();
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>CARP Interface</th>
|
||||
<th>IP Address</th>
|
||||
<th>Status</th>
|
||||
<th><?=gettext("CARP Interface")?></th>
|
||||
<th><?=gettext("IP Address")?></th>
|
||||
<th><?=gettext("Status")?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user