Sync non existing group text between install and configure dialogs

This commit is contained in:
Johannes Zellner
2016-12-08 22:43:17 +01:00
parent 4993c5010b
commit e2d8853704
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@
Restrict to groups <span class="label label-danger" ng-show="appConfigure.accessRestrictionOption === 'groups' && !appConfigure.isAccessRestrictionValid()">Select at least one group</span>
</label>
</div>
<div ng-show="groups.length <= 1" style="margin-left: 20px;">No groups available. Create groups to restrict access to them first.</div>
<div ng-show="groups.length <= 1" style="margin-left: 20px;">No groups available. <a href="#/users">Create groups first.</a></div>
<div>
<div style="margin-left: 20px;">
<span ng-repeat="group in groups | ignoreAdminGroup">