Skip to content

Commit

Permalink
Update app/src/components/ReleaseModal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah McDougall <[email protected]>
  • Loading branch information
elsaperelli and sarahmcdougall authored Sep 15, 2023
1 parent d7c0013 commit 4f67ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/ReleaseModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function ReleaseModal({ open = true, onClose, id, resourceType }:
Release {resourceType}/{id}?
<Tooltip
multiline
label="Releasing a draft artifact changes the artifact's status from 'draft' to 'active', adds the user specified version to the artifact, and sends the artifact to the Measure Repository. This action also deletes this draft artifact from the Authoring Repository."
label="Releasing a draft artifact changes the artifact's status from 'draft' to 'active', adds the user-specified version to the artifact, and sends the artifact to the Publishable Measure Repository. This action also deletes this draft artifact from the Authoring Measure Repository."
>
<div>
<InfoCircle size="1rem" style={{ display: 'block', opacity: 0.5 }} />
Expand Down

0 comments on commit 4f67ed7

Please sign in to comment.