1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 14:13:22 +00:00

users => seats

This commit is contained in:
Kyle Spearrin
2017-04-10 10:43:18 -04:00
parent f63f4e0aa3
commit 40d38ec0db
4 changed files with 40 additions and 37 deletions

View File

@@ -15,7 +15,7 @@
$scope.plan = {
name: org.Plan,
type: org.PlanType,
maxUsers: org.MaxUsers
seats: org.Seats
};
$scope.subscription = {

View File

@@ -15,8 +15,8 @@
<dl>
<dt>Name</dt>
<dd>{{plan.name || '-'}}</dd>
<dt>Maximum Users</dt>
<dd>{{plan.maxUsers || '-'}}</dd>
<dt>Total Seats</dt>
<dd>{{plan.seats || '-'}}</dd>
</dl>
</div>
<div class="col-sm-6">