From 2f2314d2f82bf463efde3498dff691d9083dfef0 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 8 Feb 2019 14:54:24 -0800 Subject: [PATCH] Clarify --- src/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; });