Skip to content

Commit

Permalink
fix de-identify text per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen committed Feb 6, 2025
1 parent 975007f commit dd146d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-client/src/containers/Attestation/Attestation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class Attestation extends React.PureComponent<Props, State> {

<div className={progressBarClasses.join(' ')} style={{ width: `${sessionLoadProgressPercent}%` }} />
<div className={`${c}-deidentonly`}>
<p>Participant data restricted to De-Identified mode only</p>
<p>Participant data restricted to de-identified mode only</p>
</div>
<ModalBody className={`${c}-body`}>
{auth.error &&
Expand Down

0 comments on commit dd146d4

Please sign in to comment.