diff --git a/cypress/e2e/donor/dashboard.cy.js b/cypress/e2e/donor/dashboard.cy.js index 0cc27f000..7efe43a8c 100644 --- a/cypress/e2e/donor/dashboard.cy.js +++ b/cypress/e2e/donor/dashboard.cy.js @@ -42,7 +42,7 @@ describe('Dashboard', () => { cy.contains('a', 'Go to task list'); cy.contains('button', 'Actions').click(); cy.contains('a', 'View LPA'); - cy.contains('a', 'Withdraw LPA'); + cy.contains('a', 'Revoke LPA'); cy.contains('a', 'Track LPA progress').click(); cy.url().should('contain', '/progress'); @@ -59,7 +59,7 @@ describe('Dashboard', () => { cy.get('.app-dashboard-row a').should('have.length', 3); cy.contains('a', 'View LPA'); cy.contains('a', 'Track LPA progress'); - cy.contains('a', 'Withdraw LPA'); + cy.contains('a', 'Revoke LPA'); }); }); diff --git a/cypress/e2e/donor/withdraw-lpa.cy.js b/cypress/e2e/donor/withdraw-lpa.cy.js index 9c8cd5da1..110177eff 100644 --- a/cypress/e2e/donor/withdraw-lpa.cy.js +++ b/cypress/e2e/donor/withdraw-lpa.cy.js @@ -3,7 +3,7 @@ describe('Withdraw LPA', () => { cy.visit('/fixtures?redirect=&progress=statutoryWaitingPeriod'); cy.contains('Sam Smith'); - cy.contains('a', 'Withdraw LPA').click(); + cy.contains('a', 'Revoke LPA').click(); cy.checkA11yApp(); cy.contains('button', 'Revoke this LPA').click(); diff --git a/lang/en.json b/lang/en.json index 7cc3142d6..b84ffe796 100644 --- a/lang/en.json +++ b/lang/en.json @@ -270,7 +270,7 @@ "readYourLpa": "Read your LPA", "readAndCheckYourLpa": "You must read and check your LPA carefully before you sign it. You cannot make changes to it after signing.", "whatHappensIfIWantToMakeChanges": "What happens once I’ve signed?", - "whatHappensIfIWantToMakeChangesContent": "
When you sign your LPA, you are forming a legally binding deed that cannot be changed.
If you change your mind about a decision you’ve made in your LPA after you’ve signed it, you’ll need to withdraw your LPA and start a new one. You may lose any fee you have paid. Find out more about making changes to an LPA.
If you have any questions or concerns about signing your LPA, you may wish to get legal advice.
", + "whatHappensIfIWantToMakeChangesContent": "When you sign your LPA, you are forming a legally binding deed that cannot be changed.
If you change your mind about a decision you’ve made in your LPA after you’ve signed it, you’ll need to revoke your LPA and start a new one. You may lose any fee you have paid. Find out more about making changes to an LPA.
If you have any questions or concerns about signing your LPA, you may wish to get legal advice.
", "continueToSigningPage": "Continue to signing page", "signYourLpa": "Sign your LPA", "signingYourLpaIsAnImportant": "Signing your LPA is an important and powerful legal step.", @@ -750,7 +750,7 @@ "referenceNumber": "Reference number", "lastUpdated": "Last updated", "viewLpa": "View LPA", - "withdrawLpa": "Withdraw LPA", + "withdrawLpa": "Revoke LPA", "deleteLpa": "Delete LPA", "goToTaskList": "Go to task list", "use": "Use", @@ -1164,7 +1164,7 @@ "yourLPADetailsHaveBeenUpdatedToMatchIdentitySuccess": "Your LPA details have been updated to match your confirmed identity", "doesNotMatch": "Does not match", "updateMyLPADetailsToMatchIdentityHint": "Update my LPA details to match my confirmed identity details.", - "iUnderstandThisWillWithdrawLPAHint": "I understand that this will withdraw my LPA and I will no longer be able to access it.", + "iUnderstandThisWillWithdrawLPAHint": "I understand that this will revoke my LPA and I will no longer be able to access it.", "youCanOnlyContinueIfDetailsMatchWarning": "You can only continue with this LPA if the details match your confirmed identity details", "yesIfWouldLikeToUpdateDetails": "yes if you would like to update your details", "wouldYouLikeToUpdateDetailsToMatchIdentityDetails": "Would you like to update the details on your LPA to match your confirmed identity details?", @@ -1372,7 +1372,7 @@ "whatHappensNextRepeatApplicationNoFeeContent": "You can still sign your LPA while we’re reviewing your application. Your certificate provider must be there as a witness when you sign it. However, we will not contact your certificate provider to provide their certificate until your repeat application has been approved.
Once we have approved your repeat application, we will contact your certificate provider to provide their certificate.
We will contact you if we need more information or if your application is unsuccessful.
", "theDetailsOnYourLpaDoNotMatch": "The details on your LPA do not match the identity details you have confirmed using GOV.UK One Login.", "theDetailsOnYourLpaCannotBeUpdatedAsSigned": "The details on your LPA cannot be updated to match the identity details you confirmed using GOV.UK One Login. This is because you have already signed the LPA.
The Office of the Public Guardian (OPG) will compare your details, and may contact you for more information.
OPG will then decide if we can register your LPA. We will let you know if there is anything else you need to do.
If OPG decides we can register your LPA, it will be updated with your confirmed identity details.