From ca930b093805e44d08a703798ac3f567ee930919 Mon Sep 17 00:00:00 2001 From: Rob DiVincenzo Date: Tue, 23 Apr 2024 12:31:28 -0400 Subject: [PATCH] linting --- .../newsletter-signup/organisms/with-submission-logic.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/js/components/newsletter-signup/organisms/with-submission-logic.jsx b/source/js/components/newsletter-signup/organisms/with-submission-logic.jsx index 1f0298be2d1..bf3df29cab2 100644 --- a/source/js/components/newsletter-signup/organisms/with-submission-logic.jsx +++ b/source/js/components/newsletter-signup/organisms/with-submission-logic.jsx @@ -239,10 +239,14 @@ function withSubmissionLogic(WrappedComponent) { message = ( <>

- {gettext("If you haven’t previously confirmed your opt-in to a Mozilla-related email subscription you may have to do so now. Please check your inbox or spam filter for an email from us to click and confirm your subscription.")} + {gettext( + "If you haven’t previously confirmed your opt-in to a Mozilla-related email subscription you may have to do so now. Please check your inbox or spam filter for an email from us to click and confirm your subscription." + )}

- {gettext("If you have already confirmed your opt-in to receive Mozilla-related emails, you can now manage your subscriptions and update your email preferences.")} + {gettext( + "If you have already confirmed your opt-in to receive Mozilla-related emails, you can now manage your subscriptions and update your email preferences." + )}

);