Skip to content

Commit c05af98

Browse files
authored
Merge pull request #502 from topcoder-platform/TCA-992
TCA992 fix double "Certification" wording
2 parents b5c54f2 + 08f7229 commit c05af98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/tca-certificate/certificate-view/CertificateView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const CertificateView: FC<CertificateViewProps> = (props: CertificateViewProps)
5252
= useValidateTCACertification(props.certification, props.profile.handle)
5353

5454
function getCertTitle(user: string): string {
55-
return `${user} - ${certification?.title} Certification`
55+
return `${user} - ${certification?.title}`
5656
}
5757

5858
const certUrl: string = getUserTCACertificateSsr(

0 commit comments

Comments
 (0)