We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5225375 commit 4aa3df1Copy full SHA for 4aa3df1
plugins/plugin-codeflare/src/controller/terminal.tsx
@@ -298,7 +298,9 @@ class Empty extends React.PureComponent<{ refresh(): void; gotit(): void }> {
298
<Title size="lg" headingLevel="h4">
299
All constraints satisfied
300
</Title>
301
- <EmptyStateBody>Your current Draft Specification already satisfies all constraints</EmptyStateBody>
+ <EmptyStateBody>
302
+ All application, compute, and storage constraints have been specified by your Draft Specification
303
+ </EmptyStateBody>
304
<EmptyStatePrimary>{this.resubmit()}</EmptyStatePrimary>
305
</EmptyState>
306
)
0 commit comments