Skip to content

Commit 51e2bfc

Browse files
author
Kristan Kenney
committed
Fix dialog wording when deleting DNS record
hestiacp#461
1 parent 22bf1b7 commit 51e2bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_dns_rec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<i class="fas fa-trash status-icon red status-icon dim do_delete"></i>
8282
<input type="hidden" name="delete_url" value="/delete/dns/?domain=<?=htmlspecialchars($_GET['domain'])?>&record_id=<?=$data[$key]['ID']?>&token=<?=$_SESSION['token']?>" />
8383
<div id="delete_dialog_<?=$i?>" class="confirmation-text-delete hidden" title="<?=__('Confirmation')?>">
84-
<p class="confirmation"><?=__('DELETE_DOMAIN_CONFIRMATION',$key)?></p>
84+
<p class="confirmation"><?=__('DELETE_RECORD_CONFIRMATION',$key)?></p>
8585
</div>
8686
</a>
8787
</div>

0 commit comments

Comments
 (0)