diff --git a/templates/account.html.ep b/templates/account.html.ep index 05e0447441e74dc0fcd6ea1b54e3b413f2f56f1f..f41f07f6a493e149424436d41f2479782c93bba9 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -59,7 +59,7 @@ Web Hook edit - % if ($hook->{enabled} == 0) { + % if (not $hook->{enabled}) { Nicht eingerichtet % } % elsif ($hook->{latest_run}->epoch == 0) {