Remove "cloudron" to fit in one line

This commit is contained in:
Girish Ramakrishnan
2017-09-10 16:18:49 -07:00
parent 609c1d3b78
commit fd811ac334

View File

@@ -58,7 +58,7 @@
<div class="form-group" style="margin-bottom: 0;" ng-class="{ 'has-error': dnsCredentialsForm.domain.$dirty && dnsCredentialsForm.domain.$invalid }">
<input type="text" class="form-control" ng-model="dnsCredentials.domain" name="domain" placeholder="example.com" required autofocus ng-disabled="dnsCredentials.busy">
</div>
<p ng-show="isSubdomain" class="text-bold">Installing Cloudron on a subdomain requires an enterprise subscription.</p>
<p ng-show="isSubdomain" class="text-bold">Installing on a subdomain requires an enterprise subscription.</p>
</div>
</div>
<div class="row">