diff --git a/lms/static/js/student_account/components/StudentAccountDeletion.jsx b/lms/static/js/student_account/components/StudentAccountDeletion.jsx index 0cf71ea1449c..565dc7d94d55 100644 --- a/lms/static/js/student_account/components/StudentAccountDeletion.jsx +++ b/lms/static/js/student_account/components/StudentAccountDeletion.jsx @@ -73,7 +73,7 @@ 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}'), + 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 Edly.{strongEnd}'), { strongStart: '', strongEnd: '', @@ -83,8 +83,8 @@ export class StudentAccountDeletion extends React.Component { return (

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

-

{ gettext('Please note: Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.') }

-

{ gettext('Once your account is deleted, you cannot use it to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer’s or university’s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.') }

+

{ gettext('Please note: Deletion of your account and personal data is permanent and cannot be undone. We will not be able to recover your account or the data that is deleted.') }

+

{ gettext('Once your account is deleted, you cannot use it to take courses on the Edly app, edly.io, or any other site hosted by Edly.') }

-

{ gettext('You have selected “Delete my account.” Deletion of your account and personal data is permanent and cannot be undone. EdX will not be able to recover your account or the data that is deleted.') }

-

{ gettext('If you proceed, you will be unable to use this account to take courses on the edX app, edx.org, or any other site hosted by edX. This includes access to edx.org from your employer’s or university’s system and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School.') }

+

{ gettext('You have selected “Delete my account.” Deletion of your account and personal data is permanent and cannot be undone. Edly will not be able to recover your account or the data that is deleted.') }

+

{ gettext('If you proceed, you cannot use it to take courses on the Edly app or any other site hosted by Edly.') }

diff --git a/lms/static/js/student_account/views/account_settings_factory.js b/lms/static/js/student_account/views/account_settings_factory.js index d8231d9f2ae3..f590d954b467 100644 --- a/lms/static/js/student_account/views/account_settings_factory.js +++ b/lms/static/js/student_account/views/account_settings_factory.js @@ -300,7 +300,7 @@ // Add the social link fields socialFields = { title: gettext('Social Media Links'), - subtitle: gettext('Optionally, link your personal accounts to the social media icons on your edX profile.'), // eslint-disable-line max-len + subtitle: gettext('Optionally, link your personal accounts to the social media icons on your Edly profile.'), // eslint-disable-line max-len fields: [] };