mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 14:13:22 +00:00
users => seats
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
$scope.plan = {
|
||||
name: org.Plan,
|
||||
type: org.PlanType,
|
||||
maxUsers: org.MaxUsers
|
||||
seats: org.Seats
|
||||
};
|
||||
|
||||
$scope.subscription = {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user