From 3ee0421828d10be6c67e02b61627b184a50f7bbf Mon Sep 17 00:00:00 2001 From: Alex Saunders Date: Thu, 3 Oct 2024 13:44:16 +0100 Subject: [PATCH] MLPAB-2496 fix card title --- lang/cy.json | 1 - lang/en.json | 1 - web/template/layout/identity-details.gohtml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lang/cy.json b/lang/cy.json index 749b9bc3ff..c8d24dd677 100644 --- a/lang/cy.json +++ b/lang/cy.json @@ -1263,7 +1263,6 @@ "theDetailsOnYourLPA": "Welsh", "someDetailsDoNotMatchIdentityDetailsWarning": "Welsh", "yourLPADetailsHaveBeenUpdatedToMatchIdentitySuccess": "Welsh", - "confirmedIdentityDetails": "Welsh", "doesNotMatch": "Welsh", "updateMyLPADetailsToMatchIdentityHint": "Welsh", "iUnderstandThisWillWithdrawLPAHint": "Welsh", diff --git a/lang/en.json b/lang/en.json index 04d7e7b51c..9d277d783d 100644 --- a/lang/en.json +++ b/lang/en.json @@ -1192,7 +1192,6 @@ "theDetailsOnYourLPA": "The details on your LPA", "someDetailsDoNotMatchIdentityDetailsWarning": "Some of the details on your LPA do not match your confirmed identity details", "yourLPADetailsHaveBeenUpdatedToMatchIdentitySuccess": "Your LPA details have been updated to match your confirmed identity", - "confirmedIdentityDetails": "Confirmed identity details", "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.", diff --git a/web/template/layout/identity-details.gohtml b/web/template/layout/identity-details.gohtml index d546d5e4c6..04020d64b3 100644 --- a/web/template/layout/identity-details.gohtml +++ b/web/template/layout/identity-details.gohtml @@ -3,7 +3,7 @@
-

{{ tr .App "confirmedIdentityDetails" }}

+

{{ tr .App "yourConfirmedIdentityDetails" }}