summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-17 21:46:08 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-17 21:46:08 +0545
commit185b43650f5685a2b4211a4cab0bc23718bd24bf (patch)
tree921c96514277f2424ae8a4024f760581363285fe /src/usr/local/www/diag_routes.php
parente163952f29d1b9bc68731985c14caa3129ce49ce (diff)
downloadpfsense-185b43650f5685a2b4211a4cab0bc23718bd24bf.zip
pfsense-185b43650f5685a2b4211a4cab0bc23718bd24bf.tar.gz
Internationalize remaining diag* code
Diffstat (limited to 'src/usr/local/www/diag_routes.php')
-rw-r--r--src/usr/local/www/diag_routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_routes.php b/src/usr/local/www/diag_routes.php
index 36048e1..cc68313 100644
--- a/src/usr/local/www/diag_routes.php
+++ b/src/usr/local/www/diag_routes.php
@@ -212,7 +212,7 @@ events.push(function() {
</script>
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title">IPv4 Routes</h2></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext("IPv4 Routes")?></h2></div>
<div class="panel panel-body">
<table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" id="IPv4">
<thead>
@@ -230,7 +230,7 @@ events.push(function() {
</div>
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title">IPv6 Routes</h2></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext("IPv6 Routes")?></h2></div>
<div class="panel panel-body">
<table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" id="IPv6">
<thead>
OpenPOWER on IntegriCloud