Skip to content

Commit c167986

Browse files
authored
Merge pull request #542 from topcoder-platform/TCA-1094
TCA-1094 update title text on hiring view
2 parents f7d5fef + a53d36b commit c167986

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)