summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-13 15:32:31 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-13 15:32:31 -0500
commitccb047f19fcb1961b02f6207377649ed33102100 (patch)
tree7dfac2c962ee76f4e2542a3f518bcb54f502e16e /src/usr/local/www/diag_tables.php
parent060ed23871a0933021e68078efceb6ed64658d82 (diff)
downloadpfsense-ccb047f19fcb1961b02f6207377649ed33102100.zip
pfsense-ccb047f19fcb1961b02f6207377649ed33102100.tar.gz
Added gettext() around alert string
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index d66e21a..67d8878 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -242,7 +242,7 @@ events.push(function() {
</div>
<?php if (empty($entries)): ?>
- <div class="alert alert-warning" role="alert">No entries exist in this table</div>
+ <div class="alert alert-warning" role="alert"><?=gettext("No entries exist in this table")?></div>
<?php endif ?>
<?php
OpenPOWER on IntegriCloud