Skip to content

Commit e2aa308

Browse files
authored
Merge pull request #595 from topcoder-platform/TCA-1257-free-cert-period
TCA-1257 free cert period
2 parents a864f1f + e915f53 commit e2aa308

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src-ts/tools/learn/certification-details/certification-details-sidebar/CertificationDetailsSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
128128
) : (
129129
<>
130130
<strong className={styles.freeLabel}>FREE</strong>
131-
<span className='body-main-bold'>&nbsp;enrollment ends on April 30th</span>
131+
<span className='body-main-bold'>&nbsp;enrollment for a limited time</span>
132132
</>
133133
)}
134134
</span>

src-ts/tools/learn/certification-details/enrollment-page/enrollment-sidebar/EnrollmentSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const EnrollmentSidebar: FC<EnrollmentSidebarProps> = (props: EnrollmentSidebarP
166166
<div className={styles.noPaymentBanner}>
167167
<h3 className='details'>No payment required</h3>
168168
<div className='body-medium'>
169-
Free enrollment ends on April 30th.
169+
Free for a limited time.
170170
</div>
171171
</div>
172172
<Button

src-ts/tools/learn/welcome/tc-certifications/TCCertifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const TCCertifications: FC<TCCertificationsProps> = (props: TCCertificationsProp
5757
<div className={styles.freeBanner}>
5858
<strong className='body-large-bold'>FREE</strong>
5959
&nbsp;
60-
<span className='body-large'>enrollment ends on April 30th.</span>
60+
<span className='body-large'>enrollment for a limited time.</span>
6161
</div>
6262
)}
6363

0 commit comments

Comments
 (0)