Make the warning when a user/org is AT the number of private repos less scary
This commit is contained in:
parent
fe9d628a5c
commit
ebdeb33f82
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
|||
</div>
|
||||
|
||||
<div class="alert alert-warning" ng-show="limit == 'at' && !planLoading">
|
||||
You are at your current plan's number of allowed private repositories. Please upgrade your subscription to avoid future disruptions in your <span ng-show="organization">organization's</span> service.
|
||||
You are at your current plan's number of allowed private repositories. It might be time to think about
|
||||
upgrading your subscription to avoid future disruptions in your <span ng-show="organization">organization's</span> service.
|
||||
</div>
|
||||
|
||||
<div class="alert alert-success" ng-show="limit == 'near' && !planLoading">
|
||||
|
|
Reference in a new issue