Skip to content

Commit 3991c96

Browse files
committed
feat(ui): update discovery panel alert message for clarity
1 parent 977911a commit 3991c96

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.4.dev4
1+
0.5.4.rc1

src/ui/src/components/discovery/DiscoveryPanel.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,9 @@ const DiscoveryPanel = (): React.JSX.Element => {
783783
<SpaceBetween size="l">
784784
<Container header={<Header variant="h2">Discovery</Header>}>
785785
<Alert type="warning" header="Important Notice">
786-
Use this feature in non-production environments to discover documents and images. Fine-tune and test the
787-
generated custom class configuration before exporting it to production.
786+
Use this feature in non-production environments to discover class models from documents and images.
787+
This feature creates a starting point, not a final class model config. Be sure to inspect, test and
788+
refine the generated custom class configuration before exporting it to production.
788789
</Alert>
789790

790791
{error && (

0 commit comments

Comments
 (0)