Fixup text
This commit is contained in:
@@ -89,8 +89,8 @@
|
||||
<h4 class="modal-title">Domain Collision</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>By default Cloudron does not overwrite DNS records which exist outside of Cloudron.</p>
|
||||
<p>The following domains already exist outside of Cloudron:</p>
|
||||
<p>By default, Cloudron does not overwrite existing DNS records. This is a precautionary measure in case the domains are in use for services external to Cloudron.</p>
|
||||
<p>The following domains already exist in your DNS:</p>
|
||||
<ul>
|
||||
<li ng-repeat="domain in location.domainCollisions">{{ domain.subdomain + '.' + domain.domain }}</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user