From b99661a411d50a9fdfecfd112a997fcbc5ef802c Mon Sep 17 00:00:00 2001 From: Ujwal Kumar Date: Sun, 18 Jun 2023 01:57:24 +0530 Subject: [PATCH] Fix typo in email verification banner (#9595) --- apps/web/public/static/locales/en/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 080fb4a281..9b2c541b7d 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -14,7 +14,7 @@ "verify_email_subject": "{{appName}}: Verify your account", "check_your_email": "Check your email", "verify_email_page_body": "We've sent an email to {{email}}. It is important to verify your email address to guarantee the best email and calendar deliverability from {{appName}}.", - "verify_email_banner_body": "Verify your email adress to guarantee the best email and calendar deliverability", + "verify_email_banner_body": "Verify your email address to guarantee the best email and calendar deliverability", "verify_email_email_header": "Verify your email address", "verify_email_email_button": "Verify email", "verify_email_email_body": "Please verify your email address by clicking the button below.",