diff --git a/command/deployment_status.go b/command/deployment_status.go index 28981fa3e4f6..e1b85e12cbf9 100644 --- a/command/deployment_status.go +++ b/command/deployment_status.go @@ -511,7 +511,7 @@ UPDATE: if err != nil { d.Append(glint.Style( - glint.Text(fmt.Sprintf("%s: Error fetching deployment of previous job version", formatTime(time.Now()))), + glint.Text(fmt.Sprintf("%s: Error fetching rollback deployment", formatTime(time.Now()))), glint.Color("red")), ) d.RenderFrame()