Skip to content

Commit 8df4348

Browse files
committed
...
1 parent 0456701 commit 8df4348

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/packages/frontend/course/configuration/student-pay.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,7 @@ function RequireStudentPayDesc({ cost, when, minPayment }) {
347347
{cost != null && (
348348
<>
349349
They will then be required to upgrade for a{" "}
350-
<b>one-time fee of {currency(cost)}</b>. This cost in USD is locked
351-
in, even if the rates on our site change.{" "}
350+
<b>one-time fee of {currency(cost)}</b>.{" "}
352351
{minPayment != null && cost < minPayment
353352
? `NOTE: Students will have
354353
to pay ${currency(

0 commit comments

Comments
 (0)