summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-14 08:52:51 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-14 08:52:51 +0545
commitf0efd690f87e271170b9e7d6a9b343289fa0e666 (patch)
treeb0c73de6c2e493ab1168f8a0999f07fc92b78c67 /src/usr/local/www/services_rfc2136.php
parentcd656b85255feee8313e6081325f05db7a6c2642 (diff)
downloadpfsense-f0efd690f87e271170b9e7d6a9b343289fa0e666.zip
pfsense-f0efd690f87e271170b9e7d6a9b343289fa0e666.tar.gz
Consistent headings for Dynamic DNS
Other place like "Open VPN Clients" have the "Clients" capitalized - do it here. Dynamic DNS has column heading "Interface" - make RFC2136 the same. Dynamic DNS (and most other places) have a column heading "Actions" - make it the same for RFC2136.
Diffstat (limited to 'src/usr/local/www/services_rfc2136.php')
-rw-r--r--src/usr/local/www/services_rfc2136.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_rfc2136.php b/src/usr/local/www/services_rfc2136.php
index 31a9270..afb6e86 100644
--- a/src/usr/local/www/services_rfc2136.php
+++ b/src/usr/local/www/services_rfc2136.php
@@ -104,18 +104,18 @@ if ($input_errors) {
<form action="services_rfc2136.php" method="post" name="iform" id="iform">
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title"><?=gettext('RFC2136 clients')?></h2></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('RFC2136 Clients')?></h2></div>
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped table-hover table-condensed">
<thead>
<tr>
- <th><?=gettext("IF")?></th>
+ <th><?=gettext("Interface")?></th>
<th><?=gettext("Server")?></th>
<th><?=gettext("Hostname")?></th>
<th><?=gettext("Cached IP")?></th>
<th><?=gettext("Description")?></th>
- <th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud