From c066d57e444ab362c894f58dda344fa8e39ede3c Mon Sep 17 00:00:00 2001 From: Ivan Manzhosov Date: Mon, 8 Jul 2024 10:32:19 +0300 Subject: [PATCH] fix: fix FE static checks --- webapp/src/i18n/en.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/webapp/src/i18n/en.json b/webapp/src/i18n/en.json index accd9b634c..7ef827f540 100644 --- a/webapp/src/i18n/en.json +++ b/webapp/src/i18n/en.json @@ -1399,5 +1399,14 @@ "webhook_test_success" : "Test request sent to the webhook successfully", "webhook_update_title" : "Edit webhook", "wrong_current_password" : "Wrong current password entered", - "your_email_was_changed_verification_message" : "When you change your email, new email will be set after its verification." + "your_email_was_changed_verification_message" : "When you change your email, new email will be set after its verification.", + "announcement_verify_email" : "We have already sent you a verification email.", + "didnt_receive_email_hint" : "Didn't receive the email?", + "email_already_verified" : "The email is already verified. ", + "email_resend_message" : "Your verification link has been resent.", + "too_many_requests" : "Too many requests. Please try again later.", + "verify_email_description" : "The final step is to verify your email. After verification, you will be able to use the platform.\nPlease check your inbox at {email}.", + "verify_email_now_title" : "Verify your email now", + "verify_email_resend_button" : "resend verification email", + "verify_email_title" : "Verify your email address" } \ No newline at end of file