diff options
author | Luke Bratch <luke@bratch.co.uk> | 2017-04-13 00:35:51 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2017-04-13 00:35:51 +0100 |
commit | c26575feec1e3d088c6e62a42378819c103a1432 (patch) | |
tree | d6c42f66bf61a0ebffde827f57950c1a9f6b8f3d | |
parent | 9c088a68759ae81779a0e80c0296f115cce121ce (diff) |
Change wording of serial increment offer checkbox
-rw-r--r-- | dns.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } ?> |