fixing error message '1' for locked domains

This commit is contained in:
Benjamin Sonntag 2015-07-31 15:47:11 +02:00
parent 5a108d67b9
commit 985b23339d
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ if ($r['dns_action']=='UPDATE') {?>
}
if (! empty($r['dns_result']) && $r['dns_result'] != '0') {
if ($r['dns_result'] == 1) $r['dns_result'] =_("DNS zone is locked, changes will be ignored");
echo '<p class="alert alert-warning">'; __($r['dns_result']); echo '</p>';
}