mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1133: Fix reference to non-existent MANAGE namespace.
This commit is contained in:
		| @@ -33,7 +33,7 @@ | ||||
|  | ||||
|         <!-- Active user count --> | ||||
|         <span class="activeUserCount" ng-show="item.activeConnections"> | ||||
|             {{'MANAGE.INFO_ACTIVE_USER_COUNT' | translate:'{USERS: item.activeConnections}'}} | ||||
|             {{'MANAGE_CONNECTION.INFO_ACTIVE_USER_COUNT' | translate:'{USERS: item.activeConnections}'}} | ||||
|         </span> | ||||
|          | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user