diff --git a/connect/userEmailPreferences/mailPrefs.component.ts b/connect/userEmailPreferences/mailPrefs.component.ts index 3aa287a8..03fac6ae 100644 --- a/connect/userEmailPreferences/mailPrefs.component.ts +++ b/connect/userEmailPreferences/mailPrefs.component.ts @@ -181,7 +181,7 @@ export class MailPrefsComponent { }, err => { //console.log(err); - this.handleError("Error saving user email preferences: "JSON.stringify(this.notifications[index]), err); + this.handleError("Error saving user email preferences: "+JSON.stringify(this.notifications[index]), err); this.status = this.errorCodes.NOT_SAVED; } );