diff --git a/internal/view/cronjob.go b/internal/view/cronjob.go index 8eb02ca6..b38ff327 100644 --- a/internal/view/cronjob.go +++ b/internal/view/cronjob.go @@ -121,7 +121,7 @@ func (c *CronJob) showSuspendDialog(sel string) { c.App().Flash().Errf("Unable to assert current status") return } - suspended := strings.TrimSpace(cell.Text) == "true" + suspended := strings.TrimSpace(cell.Text) == "True" title := "Suspend" if suspended { title = "Resume"