Skip to content

Commit a53d36b

Browse files
committed
TCA-1094 update title text on hiring view
1 parent d5ddf7e commit a53d36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/tca-certificate/validate-certificate/ValidateTCACertificate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const ValidateTCACertificate: FC<{}> = () => {
147147
<p className={classNames(isModalView ? 'body-medium' : 'body-large')}>
148148
{enrollment?.userName}
149149
{' '}
150-
has successfully met the requirements of the certification
150+
has successfully completed the certification
151151
</p>
152152
<div className={styles.certTitle}>{certification.title}</div>
153153
</div>

0 commit comments

Comments
 (0)