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 8b65a43 commit 27ee566Copy full SHA for 27ee566
packages/compass-data-modeling/src/components/diagram-editor.tsx
@@ -334,11 +334,10 @@ const DiagramContent: React.FunctionComponent<{
334
className={dataInfoBannerStyles}
335
data-testid="data-info-banner"
336
>
337
- <h4>Worried about your data?</h4>
+ <h4>Questions about your data?</h4>
338
This diagram was generated based on a sample of documents from{' '}
339
- {database ?? 'a database'}. Changes made to the model here persist
340
- in the diagram for planning purposes only and will not impact your
341
- data.
+ {database ?? 'a database'}. Changes made to the diagram will not
+ impact your data
342
</Banner>
343
)}
344
<Diagram
0 commit comments