Remove the mailboxes text

This commit is contained in:
Girish Ramakrishnan
2018-04-02 09:23:29 -07:00
parent 4d13d309d3
commit 82ed1881ea

View File

@@ -7,17 +7,13 @@
<h4 class="modal-title">Cloudron Email Server</h4>
</div>
<div class="modal-body" ng-show="selectedDomain.provider === 'noop' || selectedDomain.provider === 'manual'">
No DNS provider is setup. Displayed DNS records will have to be setup manually.<br/>
No DNS provider is setup. The DNS records listed below have to be setup manually.<br/>
</div>
<div class="modal-body" ng-hide="selectedDomain.provider === 'noop' || selectedDomain.provider === 'manual'">
Cloudron will setup Email related DNS records automatically.
If this domain is already configured to handle email with some other provider, it will <b>overwrite</b> those records.
Disabling Cloudron Email later will <b>not</b> put the old records back.
<br/><br/>
Status of DNS Records will show an error while DNS is propagating (~5 minutes).
<br/><br/>
<b>Be sure to enable user and group mailboxes for this domain from the <i>Users</i> view.</b>
Cloudron will setup Email related DNS records automatically. Status of DNS Records below will show an error
while DNS is propagating (~5 minutes).
<br/><br/>
If this domain is already configured to handle email with some other provider, it will overwrite those records.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>