GUAC-1133: Fix reference to non-existent MANAGE namespace.

This commit is contained in:
Michael Jumper
2015-03-19 14:52:18 -07:00
parent ed3ee60cc5
commit 4ae7e6072f

View File

@@ -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>