fix(buildTrigger/index.tsx): change the success message title from "Code is ready to run" to "Flow is ready to run" for better clarity and accuracy
This commit is contained in:
parent
9686542f0a
commit
c1c5b2242f
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export default function BuildTrigger({
|
|||
}
|
||||
if (errors.length === 0 && allNodesValid) {
|
||||
setSuccessData({
|
||||
title: "Code is ready to run",
|
||||
title: "Flow is ready to run",
|
||||
});
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue