Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/uwcirg/leaf
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen committed Feb 6, 2025
2 parents d32be79 + 3df6dc5 commit dd32de9
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 dd32de9

Please sign in to comment.