diff --git a/public/javascript/ui/panel/tabs/ZombieTabCommands.js b/public/javascript/ui/panel/tabs/ZombieTabCommands.js index bf11e6eeb..d7b2023cf 100644 --- a/public/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/public/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -38,7 +38,7 @@ ZombieTab_Commands = function(zombie) { view: new Ext.grid.GridView({ forceFit: true, - emptyText: "No Command found", + emptyText: "The results from executed command modules will be listed here.", enableRowBody:true }),