diff --git a/src/views/apps.html b/src/views/apps.html
index 9e8c9fb96..d93652339 100644
--- a/src/views/apps.html
+++ b/src/views/apps.html
@@ -32,7 +32,7 @@
-
+
Add an A record manually for {{ appConfigure.location }} to this Cloudron's public IP
diff --git a/src/views/appstore.html b/src/views/appstore.html
index ae5d9ca11..2b8aaaeec 100644
--- a/src/views/appstore.html
+++ b/src/views/appstore.html
@@ -35,7 +35,7 @@
-
+
Add an A record manually for {{ appInstall.location }} to this Cloudron's public IP
diff --git a/src/views/domains.js b/src/views/domains.js
index f587514c3..523f710b9 100644
--- a/src/views/domains.js
+++ b/src/views/domains.js
@@ -4,7 +4,6 @@ angular.module('Application').controller('DomainsController', ['$scope', '$locat
Client.onReady(function () { if (!Client.hasScope('domains')) $location.path('/'); });
$scope.config = Client.getConfig();
- $scope.dnsConfig = null;
$scope.domains = [];
$scope.ready = false;
$scope.tlsProvider = [