diff --git a/lms/static/js/student_account/components/StudentAccountDeletion.jsx b/lms/static/js/student_account/components/StudentAccountDeletion.jsx index 1dbbaeaa9f..4212501790 100644 --- a/lms/static/js/student_account/components/StudentAccountDeletion.jsx +++ b/lms/static/js/student_account/components/StudentAccountDeletion.jsx @@ -64,6 +64,14 @@ export class StudentAccountDeletion extends React.Component { }, ); + const changeAcctInfoText = StringUtils.interpolate( + gettext('{htmlStart}Want to change your email, name, or password instead?{htmlEnd}'), + { + htmlStart: '', + htmlEnd: '', + }, + ); + return (
{ gettext('We’re sorry to see you go!') }
@@ -73,7 +81,15 @@ export class StudentAccountDeletion extends React.Component { className="account-settings-header-subtitle" dangerouslySetInnerHTML={{ __html: loseAccessText }} /> - ++ { gettext('Warning: Account deletion is permanent. ') } + {gettext('Please read the above carefully before proceeding. This is an irreversible action, and ')} + { gettext('you will no longer be able to use the same email on edX.') } +
+