GUAC-801 Use correct module name.

This commit is contained in:
James Muehlner
2015-03-10 21:35:55 -07:00
parent d31d214831
commit 64a41daa1d

View File

@@ -154,7 +154,7 @@ angular.module('home').controller('homeController', ['$scope', '$injector',
* closes the currently-shown status dialog.
*/
var ACKNOWLEDGE_ACTION = {
name : "MANAGE_USER.ACTION_ACKNOWLEDGE",
name : "HOME.ACTION_ACKNOWLEDGE",
// Handle action
callback : function acknowledgeCallback() {
$scope.showStatus(false);