Remove use of config.fqdn

This commit is contained in:
Girish Ramakrishnan
2018-01-29 14:35:47 -08:00
parent f850235b3a
commit f3b53a22f5
5 changed files with 7 additions and 13 deletions

View File

@@ -36,7 +36,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>Add an A record manually for {{ appInstall.location }} to this Cloudron's public IP</b>
<br>
</p>