Fix text for manual DNS

This commit is contained in:
Girish Ramakrishnan
2017-09-21 09:10:12 -07:00
parent f415e19f6f
commit 7e4ff2440c
2 changed files with 3 additions and 3 deletions

View File

@@ -42,8 +42,8 @@
<br>
</p>
<p class="text-center" ng-show="appConfigure.location && dnsConfig.provider === 'manual' && !dnsConfig.wildcard">
<b>Do not forget, to add an A record for {{ appConfigure.location }}.{{ config.fqdn }}</b>
<p class="text-center" ng-show="!appConfigure.usingAltDomain && appConfigure.location && dnsConfig.provider === 'manual' && !dnsConfig.wildcard">
<b>Do not forget to add an A record for {{ appConfigure.location }}.{{ config.fqdn }}</b>
<br>
</p>

View File

@@ -28,7 +28,7 @@
</div>
<p class="text-center" ng-show="appInstall.location && dnsConfig.provider === 'manual' && !dnsConfig.wildcard">
<b>Do not forget, to add an A record for {{ appInstall.location }}.{{ config.fqdn }}</b>
<b>Do not forget to add an A record for {{ appInstall.location }}.{{ config.fqdn }}</b>
<br>
</p>