From fd804c30f6cea83320165f60130a9cea1e6481f8 Mon Sep 17 00:00:00 2001 From: Eunju Huss Date: Tue, 21 Nov 2023 11:51:03 +0100 Subject: [PATCH] Add common.locked_identity_not_matching --- src/translation/defaultMessages/common.tsx | 3 +++ src/translation/extractedMessages.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/translation/defaultMessages/common.tsx b/src/translation/defaultMessages/common.tsx index b5fe823ae..4b7d8c84d 100644 --- a/src/translation/defaultMessages/common.tsx +++ b/src/translation/defaultMessages/common.tsx @@ -44,6 +44,9 @@ export const apiResponse = { defaultMessage={`You have recently been sent a code. Please wait at least 5 minutes to request a new one.`} /> ), + "common.locked_identity_not_matching": ( + + ), }; export const proofing = { diff --git a/src/translation/extractedMessages.json b/src/translation/extractedMessages.json index ae86991aa..794aec94d 100644 --- a/src/translation/extractedMessages.json +++ b/src/translation/extractedMessages.json @@ -1389,6 +1389,9 @@ "code.unknown-code": { "string": "Unknown code" }, + "common.locked_identity_not_matching": { + "string": "Identity not matching" + }, "confirmation.code_invalid_format": { "developer_comment": "error text for invalid code", "string": "Invalid code"