Add note to setup subscription
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
<ul class="nav navbar-nav navbar-right" ng-hide="hideNavBarActions">
|
||||
<li ng-show="ready && subscription.plan.id === 'free'">
|
||||
<a ng-href="" ng-click="showSubscriptionModal()" style="cursor: pointer">
|
||||
<span class="badge badge-danger">TRIAL EXPIRED</span>
|
||||
<span class="badge badge-danger">TRIAL EXPIRED. SETUP SUBSCRIPTION</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ng-show="ready && subscription && subscription.status === 'trialing' && !appstoreConfig.profile.billing">
|
||||
|
||||
Reference in New Issue
Block a user