Update organizationBilling.html
This commit is contained in:
parent
4be4a8115d
commit
be491be2cd
|
@ -116,7 +116,7 @@
|
||||||
Loading...
|
Loading...
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="!loading">
|
<div ng-show="!loading">
|
||||||
You plan currently has a total of <b>{{plan.seats}}</b> seats.
|
Your plan currently has a total of <b>{{plan.seats}}</b> seats.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer" ng-if="!selfHosted && !noSubscription && canAdjustSeats">
|
<div class="box-footer" ng-if="!selfHosted && !noSubscription && canAdjustSeats">
|
||||||
|
@ -134,7 +134,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<p>
|
<p>
|
||||||
You plan has a total of {{storage.maxGb}} GB of encrypted file storage.
|
Your plan has a total of {{storage.maxGb}} GB of encrypted file storage.
|
||||||
You are currently using {{storage.currentName}}.
|
You are currently using {{storage.currentName}}.
|
||||||
</p>
|
</p>
|
||||||
<div class="progress" style="margin: 0;">
|
<div class="progress" style="margin: 0;">
|
||||||
|
|
Loading…
Reference in New Issue