Reword the dns setup page to indicate more domains can be added later

This commit is contained in:
Johannes Zellner
2017-11-14 00:11:12 +01:00
parent e3e6fd2bc9
commit 616b4b86d8

View File

@@ -53,8 +53,8 @@
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h1>Cloudron Setup</h1>
<h3>Provide a domain for your Cloudron</h3>
<p>Apps will be installed on subdomains of this domain.</p>
<h3>Provide the first domain for your Cloudron</h3>
<p>Apps will be installed on subdomains.</p>
<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>
@@ -63,7 +63,7 @@
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<h3>Choose how the domain is managed</h3>
<h3>Choose how this domain is managed</h3>
<p class="has-error text-center" ng-show="dnsCredentials.error">{{ dnsCredentials.error }}</p>
<div class="form-group">