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:'<strong>',
strongEnd:'</strong>',
},
);
return (
<divclassName="account-deletion-details">
<pclassName="account-settings-header-subtitle">{gettext('We’re sorry to see you go!')}</p>
...
...
@@ -73,7 +89,14 @@ export class StudentAccountDeletion extends React.Component {