Skip to content

Commit 4aa3df1

Browse files
committed
fix: improve phrasing of 'all constraints have been satisfied' message
1 parent 5225375 commit 4aa3df1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,9 @@ class Empty extends React.PureComponent<{ refresh(): void; gotit(): void }> {
298298
<Title size="lg" headingLevel="h4">
299299
All constraints satisfied
300300
</Title>
301-
<EmptyStateBody>Your current Draft Specification already satisfies all constraints</EmptyStateBody>
301+
<EmptyStateBody>
302+
All application, compute, and storage constraints have been specified by your Draft Specification
303+
</EmptyStateBody>
302304
<EmptyStatePrimary>{this.resubmit()}</EmptyStatePrimary>
303305
</EmptyState>
304306
)

0 commit comments

Comments
 (0)