Skip to content

Commit c3886b5

Browse files
committed
fix
1 parent 34e38ab commit c3886b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/actions/workflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func DispatchActionWorkflow(ctx reqctx.RequestContext, doer *user_model.User, re
164164
}
165165

166166
if len(workflows) == 0 {
167-
return util.ErrorWrapLocale(
167+
return util.ErrorWrapTranslatable(
168168
util.NewNotExistErrorf("workflow %q doesn't exist", workflowID),
169169
"actions.workflow.not_found", workflowID,
170170
)

0 commit comments

Comments
 (0)