summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authormarianamorim <amormariana@gmail.com>2016-05-18 16:40:37 -0300
committerRenato Botelho <renato@netgate.com>2016-05-20 11:26:12 -0300
commita5e2c66481fcff47ada35e27a02bdb82cb84a31c (patch)
tree7a492569cfe459e6dd9b18399b330c4c3ea3ece8 /src/usr/local/www/widgets
parent2195178283b05516c981e87298de3ceb50ed5de1 (diff)
downloadpfsense-a5e2c66481fcff47ada35e27a02bdb82cb84a31c.zip
pfsense-a5e2c66481fcff47ada35e27a02bdb82cb84a31c.tar.gz
Add the function gettext
(cherry picked from commit 8d0b16a11c6a2a61fe51507a9b43b3bcad3aab80)
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/carp_status.widget.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/widgets/widgets/carp_status.widget.php b/src/usr/local/www/widgets/widgets/carp_status.widget.php
index 567a3db..8a7ba85 100644
--- a/src/usr/local/www/widgets/widgets/carp_status.widget.php
+++ b/src/usr/local/www/widgets/widgets/carp_status.widget.php
@@ -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>
OpenPOWER on IntegriCloud