Setup -> Set up

Setup - noun
Set up - action/verb
This commit is contained in:
Girish Ramakrishnan
2021-04-19 18:13:26 -07:00
parent 1487823641
commit 375978b526
4 changed files with 32 additions and 32 deletions

View File

@@ -147,7 +147,7 @@
<ul class="nav navbar-nav navbar-right" ng-hide="hideNavBarActions">
<li ng-show="user.isAtLeastOwner && (subscription.plan.id === 'free' || subscription.plan.id === 'expired')">
<a ng-click="openSubscriptionSetup()" style="cursor: pointer">
<span class="badge badge-success">{{ subscription.plan.id === 'free' ? 'Setup' : 'Reactivate' }} Subscription</span>
<span class="badge badge-success">{{ subscription.plan.id === 'free' ? 'Set up' : 'Reactivate' }} Subscription</span>
</a>
</li>
<li>