From 64a41daa1d7665ff9d40ba2d9f414ea8121005e7 Mon Sep 17 00:00:00 2001 From: James Muehlner Date: Tue, 10 Mar 2015 21:35:55 -0700 Subject: [PATCH] GUAC-801 Use correct module name. --- .../src/main/webapp/app/home/controllers/homeController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/home/controllers/homeController.js b/guacamole/src/main/webapp/app/home/controllers/homeController.js index c33c7d1de..601b18ae5 100644 --- a/guacamole/src/main/webapp/app/home/controllers/homeController.js +++ b/guacamole/src/main/webapp/app/home/controllers/homeController.js @@ -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);