summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_graph.php')
-rw-r--r--src/usr/local/www/status_graph.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/status_graph.php b/src/usr/local/www/status_graph.php
index 440b434..9f7b862 100644
--- a/src/usr/local/www/status_graph.php
+++ b/src/usr/local/www/status_graph.php
@@ -225,8 +225,8 @@ function updateBandwidth() {
$('#top10-hosts').append('<tr>'+
'<td>'+ hostinfo[0] +'</td>'+
- '<td>'+ hostinfo[1] +' Bits/sec</td>'+
- '<td>'+ hostinfo[2] +' Bits/sec</td>'+
+ '<td>'+ hostinfo[1] +' <?=gettext("Bits/sec");?></td>'+
+ '<td>'+ hostinfo[2] +' <?=gettext("Bits/sec");?></td>'+
'</tr>');
}
}
@@ -255,7 +255,7 @@ if (ipsec_enabled()) {
?>
<div class="panel panel-default">
<div class="panel-heading">
- <h2 class="panel-title">Traffic graph</h2>
+ <h2 class="panel-title"><?=gettext("Traffic graph");?></h2>
</div>
<div class="panel-body">
<div class="col-sm-6">
OpenPOWER on IntegriCloud