diff --git a/.env b/.env index 1f0b6434d..ff9614e38 100644 --- a/.env +++ b/.env @@ -32,4 +32,4 @@ APP_ID= MFE_CONFIG_API_URL= PASSWORD_RESET_SUPPORT_LINK='' LEARNER_FEEDBACK_URL='' -SUPPORT_URL_TO_UNLINK_SOCIAL_MEDIA_ACCOUNT='https://support.edx.org/hc/en-us/articles/207206067' +SUPPORT_URL_TO_UNLINK_SOCIAL_MEDIA_ACCOUNT='https://help.edx.org/edxlearner/s/article/How-do-I-link-or-unlink-my-edX-account-to-a-social-media-account' diff --git a/.env.development b/.env.development index c3c003740..8e866555f 100644 --- a/.env.development +++ b/.env.development @@ -33,4 +33,4 @@ APP_ID= MFE_CONFIG_API_URL= PASSWORD_RESET_SUPPORT_LINK='mailto:support@example.com' LEARNER_FEEDBACK_URL='' -SUPPORT_URL_TO_UNLINK_SOCIAL_MEDIA_ACCOUNT='https://support.edx.org/hc/en-us/articles/207206067' +SUPPORT_URL_TO_UNLINK_SOCIAL_MEDIA_ACCOUNT='https://help.edx.org/edxlearner/s/article/How-do-I-link-or-unlink-my-edX-account-to-a-social-media-account' diff --git a/.env.test b/.env.test index b9078fc77..ab43a461e 100644 --- a/.env.test +++ b/.env.test @@ -30,4 +30,4 @@ MARKETING_EMAILS_OPT_IN='' APP_ID= MFE_CONFIG_API_URL= LEARNER_FEEDBACK_URL='' -SUPPORT_URL_TO_UNLINK_SOCIAL_MEDIA_ACCOUNT='https://support.edx.org/hc/en-us/articles/207206067' +SUPPORT_URL_TO_UNLINK_SOCIAL_MEDIA_ACCOUNT='https://help.edx.org/edxlearner/s/article/How-do-I-link-or-unlink-my-edX-account-to-a-social-media-account' diff --git a/package-lock.json b/package-lock.json index 09173cb40..5163d6bab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2010,9 +2010,9 @@ } }, "node_modules/@edx/frontend-component-header": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-component-header/-/frontend-component-header-5.7.0.tgz", - "integrity": "sha512-a7ErsU0m6yaU8VGLN4JYC1Y43W5L/zSCZSmpDZw534LiPK43k4eyU8u5Ep1yxp+8sOvB49qED4huIq+1oVDJsA==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@edx/frontend-component-header/-/frontend-component-header-5.7.1.tgz", + "integrity": "sha512-3a7JcoqW1jUGbOoEoi8+COlxKLAd+DigAPiUNwcuefmGKYN05pF/vRc6yt0W03rHLYkq7A23CFyoqhZC44GTZg==", "license": "AGPL-3.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "6.6.0", @@ -3367,9 +3367,9 @@ } }, "node_modules/@openedx/frontend-slot-footer": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@openedx/frontend-slot-footer/-/frontend-slot-footer-1.0.5.tgz", - "integrity": "sha512-hlKj2p7zgAHfPTbmW4rAMUCCj35uCbm9VfRkZYPEIX2bdhkPjc4OIGTE5CKGkyWG5+zL+aap1ywwcKEjEgOMOQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@openedx/frontend-slot-footer/-/frontend-slot-footer-1.0.6.tgz", + "integrity": "sha512-6wdbxYeSzpUOaZrnglkAI0PJ/CB8pMP3xbYXQNQ+VR4U8pkH8EFwEQjwak4OVmodS8//eW9xgYv79YB4H7mGEQ==", "license": "AGPL-3.0", "dependencies": { "@openedx/frontend-plugin-framework": "^1.1.2" diff --git a/src/account-settings/delete-account/DeleteAccount.jsx b/src/account-settings/delete-account/DeleteAccount.jsx index 189fd8e53..6c04cb989 100644 --- a/src/account-settings/delete-account/DeleteAccount.jsx +++ b/src/account-settings/delete-account/DeleteAccount.jsx @@ -99,7 +99,7 @@ export class DeleteAccount extends React.Component { )}

- + {intl.formatMessage(messages['account.settings.delete.account.text.change.instead'])}

@@ -116,7 +116,7 @@ export class DeleteAccount extends React.Component { {isVerifiedAccount ? null : ( )} diff --git a/src/account-settings/delete-account/PrintingInstructions.jsx b/src/account-settings/delete-account/PrintingInstructions.jsx index 36fe37c5f..788eb5907 100644 --- a/src/account-settings/delete-account/PrintingInstructions.jsx +++ b/src/account-settings/delete-account/PrintingInstructions.jsx @@ -11,7 +11,7 @@ const PrintingInstructions = (props) => { // TODO: What would a generic version of this link look like? Should // CERTIFICATE_SHARING_HELP_URL really be a configuration variable? In the meantime, // We've removed the link from the default message. - destination="https://support.edx.org/hc/en-us/sections/115004173027-Receive-and-Share-edX-Certificates" + destination="https://help.edx.org/edxlearner/s/topic/0TOQq0000001UVVOA2/certificates" > {props.intl.formatMessage(messages['account.settings.delete.account.text.3.link'])} diff --git a/src/account-settings/delete-account/__snapshots__/DeleteAccount.test.jsx.snap b/src/account-settings/delete-account/__snapshots__/DeleteAccount.test.jsx.snap index 802c6eb8f..3ebd85b37 100644 --- a/src/account-settings/delete-account/__snapshots__/DeleteAccount.test.jsx.snap +++ b/src/account-settings/delete-account/__snapshots__/DeleteAccount.test.jsx.snap @@ -27,7 +27,7 @@ exports[`DeleteAccount should match default section snapshot 1`] = `

@@ -74,7 +74,7 @@ exports[`DeleteAccount should match unverified account section snapshot 1`] = `

@@ -117,7 +117,7 @@ exports[`DeleteAccount should match unverified account section snapshot 1`] = ` Before proceeding, please @@ -156,7 +156,7 @@ exports[`DeleteAccount should match unverified account section snapshot 2`] = `

@@ -199,7 +199,7 @@ exports[`DeleteAccount should match unverified account section snapshot 2`] = ` Before proceeding, please