diff --git a/webadmin/src/js/index.js b/webadmin/src/js/index.js index 485a20511..026f0bc27 100644 --- a/webadmin/src/js/index.js +++ b/webadmin/src/js/index.js @@ -110,7 +110,15 @@ 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 restore this app.'; + 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.'; + return message; + }; +}); + +app.filter('shortAppMessage', function () { + return function (message) { + if (message === 'ETRYAGAIN') return 'DNS record not setup correctly'; return message; }; }); diff --git a/webadmin/src/views/apps.html b/webadmin/src/views/apps.html index bd984bf37..bca81b1c4 100644 --- a/webadmin/src/views/apps.html +++ b/webadmin/src/views/apps.html @@ -270,9 +270,10 @@ @@ -385,7 +386,7 @@
-