mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix text in delete modal
This commit is contained in:
parent
2653cdbe3e
commit
44b81e30e6
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ options.initSitePreferences = function() {
|
|||
const closestLi = this.closest('li');
|
||||
$('#dialogDeleteSite').setAttribute('url', closestLi.getAttribute('url'));
|
||||
$('#dialogDeleteSite').setAttribute('tr-id', closestLi.getAttribute('id'));
|
||||
$('#dialogDeleteSite .modal-body strong').textContent = closestLi.children[0].textContent;
|
||||
$('#dialogDeleteSite .modal-body strong').textContent = closestLi.children[0].children[0].children[0].children[0].textContent;
|
||||
|
||||
dialogDeleteSiteModal.show();
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue