1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

billing & licensing

This commit is contained in:
Kyle Spearrin
2017-08-14 13:08:48 -04:00
parent 09a7b4ea90
commit 801049cbd0
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@
</li>
<li ng-class="{active: $state.is('backend.org.billing')}" ng-if="isOrgOwner(orgProfile)">
<a ui-sref="backend.org.billing({orgId: params.orgId})">
<i class="fa fa-credit-card fa-fw"></i> <span>Billing</span>
<i class="fa fa-circle-o fa-fw"></i> Billing &amp; Licensing
</a>
</li>
<li ng-class="{active: $state.is('backend.org.settings')}" ng-if="isOrgOwner(orgProfile)">

View File

@@ -95,7 +95,7 @@
</li>
<li ng-class="{active: $state.is('backend.user.settingsBilling')}">
<a ui-sref="backend.user.settingsBilling" ng-if="main.userProfile && main.userProfile.premium">
<i class="fa fa-circle-o fa-fw"></i> Billing
<i class="fa fa-circle-o fa-fw"></i> Billing &amp; Licensing
</a>
</li>
<li ng-class="{active: $state.is('backend.user.settingsTwoStep')}">