Applications -> Apps

This commit is contained in:
Girish Ramakrishnan
2017-01-30 14:20:11 -08:00
parent 95d7a991dc
commit 96eab86341
3 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,7 @@
<p>You are logged into {{ activeClients.length + 1 }} app(s), including this session.</p>
<span ng-show="activeTokenCount > 1">
<hr/>
<h4>Active Applications:</h4>
<h4>Active Apps:</h4>
<p ng-repeat="client in activeClients"><b>{{ client.name }} - {{client.activeTokens.length}} time(s)</b></p>
<hr/>
</span>