Skip to content

Commit

Permalink
Merge pull request #15 from uwcirg/fixup/attestation-patient-text
Browse files Browse the repository at this point in the history
Fix the text "patient" to "participant" in Attestation
  • Loading branch information
achen2401 authored Jan 4, 2025
2 parents aef5ff0 + fc7717b commit c9a88f4
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 @@ -186,7 +186,7 @@ class Attestation extends React.PureComponent<Props, State> {
<div className={progressBarClasses.join(' ')} style={{ width: `${sessionLoadProgressPercent}%` }} />
{userContext && !userContext.isPhiOkay &&
<div className={`${c}-deidentonly`}>
<p>Patient data restricted to De-Identified mode only</p>
<p>Participant data restricted to De-Identified mode only</p>
</div>
}
<ModalBody className={`${c}-body`}>
Expand Down

0 comments on commit c9a88f4

Please sign in to comment.