diff --git a/ghost/admin/views/debug.js b/ghost/admin/views/debug.js index 81fc29eba1..fb989af43b 100644 --- a/ghost/admin/views/debug.js +++ b/ghost/admin/views/debug.js @@ -132,13 +132,15 @@ } }); }, - text: "Yes" + text: "Delete", + buttonClass: "button-delete" }, reject: { func: function () { return true; }, - text: "No" + text: "Cancel", + buttonClass: "button" } }, type: "action",