Make all only in paid version displays the same

This commit is contained in:
Johannes Zellner
2020-02-28 19:27:19 +01:00
parent 0515b650ca
commit 102a0a40a6
4 changed files with 12 additions and 9 deletions

View File

@@ -354,7 +354,7 @@
<div class="row" ng-hide="config.features.privateDockerRegistry">
<div class="col-xs-12">
<b>This features is only available in the business plan.</b>
<b>This feature is only available in the business plan.</b>
</div>
</div>
@@ -400,7 +400,7 @@
<div class="row" ng-hide="config.features.branding">
<div class="col-xs-12">
<b>This features is only available in the business plan.</b>
<b>This feature is only available in the business plan.</b>
</div>
</div>