From 1a4496ccfdc5ceb5cb6c66a77acfe6381534043d Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Thu, 30 Nov 2023 12:55:59 +0100 Subject: [PATCH] Separate invalid and expired confirmation code errors (#15997) * Separate invalid and expired confirmation code errors * expired confirmation code translation * sort locales GitOrigin-RevId: eeb456047bf07b70e73275654af27bb24d34e5de --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 9103549f46..cfef416a30 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -350,6 +350,7 @@ "existing_plan_active_until_term_end": "", "expand": "", "expired": "", + "expired_confirmation_code": "", "expires": "", "export_csv": "", "export_project_to_github": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 109d1380c1..817b921d30 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -524,6 +524,7 @@ "examples": "Examples", "existing_plan_active_until_term_end": "Your existing plan and its features will remain active until the end of the current billing period.", "expand": "Expand", + "expired_confirmation_code": "That didn’t work. Please check the code and try again. Or click <0>Resend confirmation code to get a new one.", "expires": "Expires", "expiry": "Expiry Date", "export_csv": "Export CSV",