Skip to content

Commit

Permalink
Update api/jobs/models/job_errors.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Hatletvedt <[email protected]>
  • Loading branch information
satr and Pespiri authored Oct 17, 2023
1 parent 84a2b64 commit 4773b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/jobs/models/job_errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func JobHasInvalidConditionToRerunError(appName, jobName string, jobCondition ra

// JobAlreadyRequestedToStopError Pipeline job was already requested to stop
func JobAlreadyRequestedToStopError(appName, jobName string) error {
return radixhttp.ValidationError("Radix Application Pipeline", fmt.Sprintf("job %s for the app %s has being already requested to be stopped", appName, jobName))
return radixhttp.ValidationError("Radix Application Pipeline", fmt.Sprintf("job %s for the app %s has already been requested to be stopped", appName, jobName))
}

// JobHasInvalidConditionToStopError Pipeline job cannot be stopped due to invalid condition
Expand Down

0 comments on commit 4773b5a

Please sign in to comment.