Change delete title to remove. Fixes #700
This commit is contained in:
parent
b0cc6e7c2f
commit
16ed8992e2
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ Logic.registerPanel(P_CONTAINERS_EDIT, {
|
|||
</td>`;
|
||||
tr.querySelector(".container-name").textContent = identity.name;
|
||||
tr.querySelector(".edit-container").setAttribute("title", `Edit ${identity.name} container`);
|
||||
tr.querySelector(".remove-container").setAttribute("title", `Delete ${identity.name} container`);
|
||||
tr.querySelector(".remove-container").setAttribute("title", `Remove ${identity.name} container`);
|
||||
|
||||
|
||||
Logic.addEnterHandler(tr, e => {
|
||||
|
|
Loading…
Add table
Reference in a new issue