diff --git a/templates/account.html.ep b/templates/account.html.ep index 05e0447..f41f07f 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) {