diff --git a/pagure/themes/srcfpo/templates/repo_master_sidebar.html b/pagure/themes/srcfpo/templates/repo_master_sidebar.html
index ced753d..50aca40 100644
--- a/pagure/themes/srcfpo/templates/repo_master_sidebar.html
+++ b/pagure/themes/srcfpo/templates/repo_master_sidebar.html
@@ -182,7 +182,7 @@
             set_up_monitoring(res.monitoring)
           },
           error: function() {
-            alert('Unable to change the monitoring status! ' + error);
+            alert('Unable to change the monitoring status!');
           }
         });
       });