Skip to content

Commit 27ee566

Browse files
committed
update copy
1 parent 8b65a43 commit 27ee566

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/compass-data-modeling/src/components/diagram-editor.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,10 @@ const DiagramContent: React.FunctionComponent<{
334334
className={dataInfoBannerStyles}
335335
data-testid="data-info-banner"
336336
>
337-
<h4>Worried about your data?</h4>
337+
<h4>Questions about your data?</h4>
338338
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.
339+
{database ?? 'a database'}. Changes made to the diagram will not
340+
impact your data
342341
</Banner>
343342
)}
344343
<Diagram

0 commit comments

Comments
 (0)