Skip to content

Commit

Permalink
fix: all DEDP courseware will be on mitxonline (#5055)
Browse files Browse the repository at this point in the history
In practice, the only program that uses this financial aid system is also the one hosted on mitxonline
  • Loading branch information
pdpinch authored Sep 22, 2021
1 parent 8b76ddd commit 7546f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion financialaid/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FinancialAidStatus:
"After reviewing your income documentation, the {program_name} MicroMasters team has determined "
"that your personalized course price is ${price}.\n\n"
"You can pay for MicroMasters courses through the MITx MicroMasters portal "
"(https://micromasters.mit.edu/dashboard). All coursework will be conducted on edx.org."
"(https://micromasters.mit.edu/dashboard). All coursework will be conducted on mitxonline.mit.edu"
)

FINANCIAL_AID_DOCUMENTS_RESET_MESSAGE = (
Expand Down

0 comments on commit 7546f4e

Please sign in to comment.