Skip to content

Commit

Permalink
Change Exit Pipeline Text (#655)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Baker <[email protected]>
  • Loading branch information
garrettmflynn and CodyCBakerPhD authored Mar 11, 2024
1 parent 147a45e commit ba8bcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/stories/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class Main extends LitElement {
footer = Object.assign(
{
exit: false,
next: "Complete Pipeline",
next: "Exit Pipeline",
onNext: () => this.toRender.page.to("/"),
},
footer && typeof footer === "object" ? footer : {}
Expand Down

0 comments on commit ba8bcf2

Please sign in to comment.