From 4ae7e6072f309e34b644ee90a4a8a3ba22fe459a Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 19 Mar 2015 14:52:18 -0700 Subject: [PATCH] GUAC-1133: Fix reference to non-existent MANAGE namespace. --- guacamole/src/main/webapp/app/manage/templates/connection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/manage/templates/connection.html b/guacamole/src/main/webapp/app/manage/templates/connection.html index 2b65ee7d6..cd0950b92 100644 --- a/guacamole/src/main/webapp/app/manage/templates/connection.html +++ b/guacamole/src/main/webapp/app/manage/templates/connection.html @@ -33,7 +33,7 @@ - {{'MANAGE.INFO_ACTIVE_USER_COUNT' | translate:'{USERS: item.activeConnections}'}} + {{'MANAGE_CONNECTION.INFO_ACTIVE_USER_COUNT' | translate:'{USERS: item.activeConnections}'}}