diff --git a/lib/client/ui/plugins/exec-dialog.js b/lib/client/ui/plugins/exec-dialog.js index 3eee353d..035806be 100644 --- a/lib/client/ui/plugins/exec-dialog.js +++ b/lib/client/ui/plugins/exec-dialog.js @@ -36,7 +36,7 @@ module.exports = { $("#exec-dialog").dialog({ autoOpen: false, modal: true, - title: "I Haz Cheeseburger?!?!", + title: "Missing Plugin", width: 500, position: 'center' }).hide();