From b1bdad7851c9bcd76b9efa932f1ce09ef650b0f1 Mon Sep 17 00:00:00 2001 From: Marcos Date: Thu, 22 Aug 2024 12:01:59 -0300 Subject: [PATCH] chore: Removed unused translation string --- src/account-settings/AccountSettingsPage.messages.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/account-settings/AccountSettingsPage.messages.jsx b/src/account-settings/AccountSettingsPage.messages.jsx index 5e8efe8b3..765378216 100644 --- a/src/account-settings/AccountSettingsPage.messages.jsx +++ b/src/account-settings/AccountSettingsPage.messages.jsx @@ -141,11 +141,6 @@ const messages = defineMessages({ defaultMessage: 'Once your proctored exam passes review, this name will appear on your certificate and public-facing records. Verified Name cannot be changed at this time.', description: 'Help text for the account settings verified name field when a verified name has been submitted through proctoring and will appear on certificates.', }, - 'account.settings.field.name.verified.verification.alert': { - id: 'account.settings.field.name.verified.verification.help', - defaultMessage: 'Enter your name as it appears on your identification card.', - description: 'Form label instructing the user to enter the name on their ID.', - }, 'account.settings.field.full.name.help.text.submitted': { id: 'account.settings.field.full.name.help.text.submitted', defaultMessage: 'Verification has been submitted. This usually takes 48 hours or less. Full name cannot be changed at this time.',