Skip to content

Commit 0dca278

Browse files
authored
fix: starlark -> plan for validator (#2343)
## Description follow up to #2338
1 parent 966f4e4 commit 0dca278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/server/api_container/server/startosis_engine/startosis_validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
validationInProgressMsg = "Validating Starlark code and preparing container images - execution will begin shortly"
24+
validationInProgressMsg = "Validating plan and preparing container images - execution will begin shortly"
2525

2626
containerImageValidationMsgHeader = "Container images used in this run:"
2727
containerImageValidationMsgFromLocal = "locally cached"

0 commit comments

Comments
 (0)