securis/src/main/webapp/src/app/forms/base.ts
.. .. @@ -84,7 +84,7 @@ 84 84 this.toaster.success(this.$L.get('{} was sucessfully deleted', this.resourceName.capitalize())); 85 85 this.goBack(); 86 86 }, 87 - err => this.toaster.success(err.message, this.$L.get('Error deleting the {}', this.resourceName))87 + err => this.toaster.error(err.message, this.$L.get('Error deleting the {}', this.resourceName))88 88 ); 89 89 } 90 90 });