We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9059a41 commit 7348e12Copy full SHA for 7348e12
packages/ecc-client-ga4gh-wes/src/components/run-create/run-create.ts
@@ -750,7 +750,7 @@ export class ECCClientGa4ghWesRunCreate extends LitElement {
750
!this.formData.workflowType ||
751
!this.formData.workflowTypeVersion}
752
>
753
- ${this.submitting ? "Submitting..." : "Submit Workflow"}
+ ${this.submitting ? "Submitting..." : "Submit Run"}
754
</ecc-utils-design-button>
755
</div>
756
0 commit comments