diff --git a/src/components/BudgetExpiryAlertAndModal/data/expiryThresholds.js b/src/components/BudgetExpiryAlertAndModal/data/expiryThresholds.js
index e18807bfac..3908c36594 100644
--- a/src/components/BudgetExpiryAlertAndModal/data/expiryThresholds.js
+++ b/src/components/BudgetExpiryAlertAndModal/data/expiryThresholds.js
@@ -100,9 +100,9 @@ const expiryThresholds = {
variant: 'danger',
message: intl.formatMessage({
id: 'adminPortal.learnerCredit.expiresInThirtyDaysNotification.message',
- defaultMessage: 'When your plan expires you will lose access to administrative functions and the remaining balance of your plan{apostrophe}s budget(s) will be unusable. Contact support today to renew your plan.',
+ defaultMessage: "When your plan expires you will lose access to administrative functions and the remaining balance of your plan's budget(s) will be unusable. Contact support today to renew your plan.",
description: 'Message for the notification that the Learner Credit plan is expiring in less than 30 days.',
- }, { apostrophe: "'" }),
+ }),
},
modalTemplate: {
title: intl.formatMessage({
@@ -161,10 +161,10 @@ const expiryThresholds = {
message: parse(sanitizeHTML(
intl.formatMessage({
id: 'adminPortal.learnerCreditPlan.expiredModal.message',
- defaultMessage: `Your Learner Credit plan expired on {date}. You no longer have access to administrative functions and the remaining balance of your plan{apostrophe}s budget(s) are no longer available to spend.
+ defaultMessage: `Your Learner Credit plan expired on {date}. You no longer have access to administrative functions and the remaining balance of your plan's budget(s) are no longer available to spend.
Please contact your representative if you have any questions or concerns.`,
description: 'Message for the modal that the Learner Credit plan has expired.',
- }, { date, apostrophe: "'" }),
+ }, { date }),
)),
},
variant: PLAN_EXPIRY_VARIANTS.expired,
diff --git a/src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx b/src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx
index 8a01537d23..5f1142c823 100644
--- a/src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx
+++ b/src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx
@@ -95,10 +95,9 @@ const DeleteArchivedCoursesDialogs = ({
diff --git a/src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx b/src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx
index beb00dea6b..46a918dc51 100644
--- a/src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx
+++ b/src/components/ContentHighlights/HighlightStepper/HighlightStepperTitle.jsx
@@ -34,11 +34,11 @@ const HighlightStepperTitle = () => (
id="highlights.new.highlights.stepper.stepper.step.pro.tip.text.create.title"
defaultMessage="Pro tip: we recommend naming your highlight collection to reflect skills
it aims to develop, or to draw the attention of specific groups it targets.
- For example, {doubleQoute}Recommended for Marketing{doubleQoute}
- or {doubleQoute}Develop Leadership Skills{doubleQoute}."
+ For example, {doubleQuote}Recommended for Marketing{doubleQuote}
+ or {doubleQuote}Develop Leadership Skills{doubleQuote}."
description="Create title pro tip message shown to administrators during creation of new content highlights"
values={{
- doubleQoute: '"',
+ doubleQuote: '"',
}}
/>
diff --git a/src/components/NotFoundPage/index.jsx b/src/components/NotFoundPage/index.jsx
index cb7dc56f52..3cdc38a0e3 100644
--- a/src/components/NotFoundPage/index.jsx
+++ b/src/components/NotFoundPage/index.jsx
@@ -12,17 +12,15 @@ export const NotFound = () => (
diff --git a/src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx b/src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx
index 34e4dbbdac..992a62a798 100644
--- a/src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx
+++ b/src/components/subscriptions/expiration/SubscriptionExpirationBanner.jsx
@@ -36,9 +36,9 @@ const SubscriptionExpirationBanner = ({ isSubscriptionPlanDetails }) => {
{intl.formatMessage({
id: 'admin.portal.subscription.expiration.banner.plan.expired.heading',
- defaultMessage: 'This subscription plan{apostrophe}s end date has passed',
+ defaultMessage: "This subscription plan's end date has passed",
description: 'Heading for expired plan message in subscription expiration banner.',
- }, { apostrophe: "'" })}
+ })}
{intl.formatMessage({
id: 'admin.portal.subscription.expiration.banner.plan.expired.message',
@@ -51,9 +51,9 @@ const SubscriptionExpirationBanner = ({ isSubscriptionPlanDetails }) => {
{intl.formatMessage({
id: 'admin.portal.subscription.expiration.banner.plan.approaching.heading',
- defaultMessage: 'This subscription plan{apostrophe}s end date is approaching',
+ defaultMessage: "This subscription plan's end date is approaching",
description: 'Heading for approaching plan message in subscription expiration banner.',
- }, { apostrophe: "'" })}
+ })}
{intl.formatMessage(
{
diff --git a/src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx b/src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx
index fb82ac4b71..b88399db2a 100644
--- a/src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx
+++ b/src/components/subscriptions/expiration/SubscriptionExpiringModal.jsx
@@ -58,12 +58,10 @@ const SubscriptionExpiringModal = ({
{
intl.formatMessage({
id: 'admin.portal.subscription.expiration.modal.body.p1',
- defaultMessage: `It{apostrophe}s time to renew your subscription contract with edX!
+ defaultMessage: `It's time to renew your subscription contract with edX!
The edX customer support team is here to help.
Get in touch today to minimize access disruptions for your learners.`,
description: 'Body paragraph 1 for the subscription expiring modal in the admin portal.',
- }, {
- apostrophe: "'",
})
}