summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-01-07 07:07:16 -0500
committerPhil Davis <phil.davis@inf.org>2017-03-21 15:09:37 +0545
commitcdfd6c9b2ba5e47ddfaf58f9647b6efd1dd111a5 (patch)
treedd76b3cd2eb7de42fcfe716483dbcb8998dfe998 /src/usr/local/www/widgets
parentfaa6d21cb92f2e89a802d9bf8d84caf13f76f251 (diff)
downloadpfsense-cdfd6c9b2ba5e47ddfaf58f9647b6efd1dd111a5.zip
pfsense-cdfd6c9b2ba5e47ddfaf58f9647b6efd1dd111a5.tar.gz
Add missing internationalization
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/gateways.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/gateways.widget.php b/src/usr/local/www/widgets/widgets/gateways.widget.php
index 6ecd0ae..a7469f9 100644
--- a/src/usr/local/www/widgets/widgets/gateways.widget.php
+++ b/src/usr/local/www/widgets/widgets/gateways.widget.php
@@ -167,7 +167,7 @@ $widgetperiod = isset($config['widgets']['period']) ? $config['widgets']['period
<thead>
<tr>
<th>Gateway</th>
- <th>Show</th>
+ <th><?=gettext("Show")?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud