diff --git a/src/main/twirl/gitbucket/core/settings/edithookform.scala.html b/src/main/twirl/gitbucket/core/settings/edithookform.scala.html index d452f43..3923e55 100644 --- a/src/main/twirl/gitbucket/core/settings/edithookform.scala.html +++ b/src/main/twirl/gitbucket/core/settings/edithookform.scala.html @@ -181,7 +181,7 @@ error:function (e) { if(e) { console.log(e.responseText, e); - alert("request error ( http status " + e.status + " error on gitbugket or browser to gitbucket. show details on your javascript console )"); + alert("request error ( http status " + e.status + " error on gitbucket or browser to gitbucket. show details on your javascript console )"); }else{ alert("unknown javascript error (please report to gitbucket team)"); }