summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/widgets
diff options
context:
space:
mode:
authormarianamorim <amormariana@gmail.com>2016-05-18 16:40:37 -0300
committermarianamorim <amormariana@gmail.com>2016-05-18 16:40:37 -0300
commit8d0b16a11c6a2a61fe51507a9b43b3bcad3aab80 (patch)
tree89c9fa92b7a3ec156cbbdc4b1e2cd67b15ae7584 /src/usr/local/www/widgets/widgets
parent1168634b3d53bb70affce3e9333151d1d859f463 (diff)
downloadpfsense-8d0b16a11c6a2a61fe51507a9b43b3bcad3aab80.zip
pfsense-8d0b16a11c6a2a61fe51507a9b43b3bcad3aab80.tar.gz
Add the function gettext
Diffstat (limited to 'src/usr/local/www/widgets/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