We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bf1b7 commit 51e2bfcCopy full SHA for 51e2bfc
web/templates/admin/list_dns_rec.html
@@ -81,7 +81,7 @@
81
<i class="fas fa-trash status-icon red status-icon dim do_delete"></i>
82
<input type="hidden" name="delete_url" value="/delete/dns/?domain=<?=htmlspecialchars($_GET['domain'])?>&record_id=<?=$data[$key]['ID']?>&token=<?=$_SESSION['token']?>" />
83
<div id="delete_dialog_<?=$i?>" class="confirmation-text-delete hidden" title="<?=__('Confirmation')?>">
84
- <p class="confirmation"><?=__('DELETE_DOMAIN_CONFIRMATION',$key)?></p>
+ <p class="confirmation"><?=__('DELETE_RECORD_CONFIRMATION',$key)?></p>
85
</div>
86
</a>
87
0 commit comments