summaryrefslogtreecommitdiff
path: root/dns.php
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2017-04-13 00:35:51 +0100
committerLuke Bratch <luke@bratch.co.uk>2017-04-13 00:35:51 +0100
commitc26575feec1e3d088c6e62a42378819c103a1432 (patch)
treed6c42f66bf61a0ebffde827f57950c1a9f6b8f3d /dns.php
parent9c088a68759ae81779a0e80c0296f115cce121ce (diff)
Change wording of serial increment offer checkbox
Diffstat (limited to 'dns.php')
-rw-r--r--dns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns.php b/dns.php
index df7e0c7..d68245c 100644
--- a/dns.php
+++ b/dns.php
@@ -112,7 +112,7 @@ if (isset($_POST['domain']) && isset($_POST['password']) && !isset($_POST['zonet
$arrincrement = incrementserial($zonefile);
if ($arrincrement[0] != $zonefile) {
?>
- <input type="checkbox" name="increment" checked>Automatically increment <?php echo $arrincrement[1] . " to " . $arrincrement[2]; ?>?</input><br>
+ <input type="checkbox" name="increment" checked>Automatically increment serial number from <?php echo $arrincrement[1] . " to " . $arrincrement[2]; ?>?</input><br>
<?php
}
?>