diff --git a/src/views/emails.html b/src/views/emails.html
index 59e30124b..a48821fc6 100644
--- a/src/views/emails.html
+++ b/src/views/emails.html
@@ -7,7 +7,7 @@
Cloudron will make the necessary DNS changes across all the domains and restart the mail server.
- Mail clients have to be re-configured to use this new location as the IMAP and SMTP server.
+ Desktop & Mobile email clients have to be re-configured to use this new location as the IMAP and SMTP server.
@@ -218,7 +218,7 @@
diff --git a/src/views/emails.js b/src/views/emails.js
index 0f7529469..3cf1dd8f7 100644
--- a/src/views/emails.js
+++ b/src/views/emails.js
@@ -91,6 +91,8 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
subdomain: '',
taskId: null,
percent: 0,
+ message: '',
+ errorMessage: '',
refresh: function () {
Client.getMailLocation(function (error, location) {