diff --git a/lms/static/js/student_account/components/StudentAccountDeletion.jsx b/lms/static/js/student_account/components/StudentAccountDeletion.jsx index 4212501790..0cf71ea144 100644 --- a/lms/static/js/student_account/components/StudentAccountDeletion.jsx +++ b/lms/static/js/student_account/components/StudentAccountDeletion.jsx @@ -72,6 +72,14 @@ export class StudentAccountDeletion extends React.Component { }, ); + const acctDeletionWarningText = StringUtils.interpolate( + gettext('{strongStart}Warning: Account deletion is permanent.{strongEnd} Please read the above carefully before proceeding. This is an irreversible action, and {strongStart}you will no longer be able to use the same email on edX.{strongEnd}'), + { + strongStart: '', + strongEnd: '', + }, + ); + return (

{ gettext('We’re sorry to see you go!') }

@@ -81,11 +89,10 @@ 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.') } -

+