diff --git a/static/js/index.js b/static/js/index.js index f106d9c8..4e8a8e53 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -28,7 +28,7 @@ function confirmDeleteAlias() { }, delete: { - label: "Yes, I don't need it anymore", + label: "Delete it, I don't need it anymore", className: 'btn-outline-danger', callback: function () { that.closest("form").submit();