Clarify that users need a mailbox to access

This commit is contained in:
Girish Ramakrishnan
2018-03-12 15:49:11 -07:00
parent de195c461b
commit 32a41e6c1c
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
<div class="form-group" ng-show="appConfigure.app.manifest.addons.email">
<label class="control-label">User management</label>
<p>
All users of this Cloudron have access.
All users with a mailbox on this Cloudron have access.
</p>
</div>

View File

@@ -60,7 +60,7 @@
<div class="form-group" ng-show="appInstall.app.manifest.addons.email">
<label class="control-label">User management</label>
<p>
All users of this Cloudron have access.
All users with a mailbox on this Cloudron have access.
</p>
</div>