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

@@ -26,7 +26,7 @@
<div class="col-md-10 col-md-offset-1">
<div class="card card-block" style="max-width: 100%">
<div ng-hide="config.features.eventLog">
<b>This features is only available in the business plan.</b>
<b>This feature is only available in the business plan.</b>
</div>
<div ng-show="config.features.eventLog">
<center ng-show="busy"><h2><i class="fa fa-circle-notch fa-spin"></i></h2></center>