Skip to content

Commit 6d1efc6

Browse files
committed
fix: another minor refinement to 'all constraints satisfied' subtext
1 parent 4aa3df1 commit 6d1efc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare/src/controller/terminal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class Empty extends React.PureComponent<{ refresh(): void; gotit(): void }> {
299299
All constraints satisfied
300300
</Title>
301301
<EmptyStateBody>
302-
All application, compute, and storage constraints have been specified by your Draft Specification
302+
All application, compute, and storage constraints have been defined by your Draft Specification.
303303
</EmptyStateBody>
304304
<EmptyStatePrimary>{this.resubmit()}</EmptyStatePrimary>
305305
</EmptyState>

0 commit comments

Comments
 (0)