Skip to content

Commit dd32de9

Browse files
author
Amy Chen
committed
Merge branch 'master' of https://github.com/uwcirg/leaf
2 parents d32be79 + 3df6dc5 commit dd32de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-client/src/containers/Attestation/Attestation.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class Attestation extends React.PureComponent<Props, State> {
182182

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

0 commit comments

Comments
 (0)