diff --git a/src/js/index.js b/src/js/index.js index bc0c76225..9ed11108a 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -197,7 +197,7 @@ app.filter('activeOAuthClients', function () { app.filter('prettyAppMessage', function () { return function (message) { if (message === 'ETRYAGAIN') return 'The DNS record for this location is not setup correctly. Please verify your DNS settings and repair this app.'; - if (message === 'DNS Record already exists') return 'The DNS record for this location already exists. Manually remove the DNS record and then click on repair.'; + if (message === 'DNS Record already exists') return 'The DNS record for this location already exists. Cloudron does not remove existing DNS records. Manually remove the DNS record and then click on repair.'; return message; }; });