Просмотр исходного кода

Merge pull request #17647 from overleaf/dp-update-IEEE-notification-text

Update IEEE notification text for after retirement

GitOrigin-RevId: 1d5b0789f51f98da70298889015bdf453ee0eae7
David 2 лет назад
Родитель
Сommit
bdab0d4c91

+ 2 - 2
services/web/frontend/js/features/project-list/components/notifications/ieee-retirement-banner.tsx

@@ -56,10 +56,10 @@ export default function IEEERetirementBanner({
         <Trans
           i18nKey="notification_ieee_collabratec_retirement_message"
           components={[
-            // eslint-disable-next-line jsx-a11y/anchor-has-content,react/jsx-key
-            <a href="mailto:authors@ieee.org" onClick={handleClickEmail} />,
             // eslint-disable-next-line jsx-a11y/anchor-has-content,react/jsx-key
             <a href="/user/subscription" onClick={handleClickPlans} />,
+            // eslint-disable-next-line jsx-a11y/anchor-has-content,react/jsx-key
+            <a href="mailto:authors@ieee.org" onClick={handleClickEmail} />,
           ]}
         />
       }

+ 1 - 1
services/web/locales/en.json

@@ -1216,7 +1216,7 @@
   "note_experiments_under_development": "<0>Please note</0> that experiments in this program are still being tested and actively developed. This means that they might <0>change</0>, be <0>removed</0> or <0>become part of a paid plan</0>",
   "note_features_under_development": "<0>Please note</0> that features in this program are still being tested and actively developed. This means that they might <0>change</0>, be <0>removed</0> or <0>become part of a premium plan</0>",
   "notification_features_upgraded_by_affiliation": "Good news! Your affiliated organization __institutionName__ has an Overleaf subscription, and you now have access to all of Overleaf’s Professional features.",
-  "notification_ieee_collabratec_retirement_message": "As of April 2, 2024, free access to Overleaf Professional for Collabratec users or IEEE accounts is no longer provided. Please contact <0>authors@ieee.org</0> with any questions. Need to upgrade? <1>View our plans</1>",
+  "notification_ieee_collabratec_retirement_message": "As of April 2, 2024, free access to Overleaf Professional subscriptions via Collabratec or IEEE accounts has ended. Need to upgrade? <0>View our plans</0>. Contact <1>authors@ieee.org</1> with any questions.",
   "notification_personal_and_group_subscriptions": "We’ve spotted that you’ve got <0>more than one active __appName__ subscription</0>. To avoid paying more than you need to, <1>review your subscriptions</1>.",
   "notification_personal_subscription_not_required_due_to_affiliation": " Good news! Your affiliated organization __institutionName__ has an Overleaf subscription, and you now have access to Overleaf’s Professional features through your affiliation. You can cancel your individual subscription without losing access to any features.",
   "notification_project_invite": "<b>__userName__</b> would like you to join <b>__projectName__</b> <a class=\"btn btn-sm btn-info pull-right\" href=\"/project/__projectId__/invite/token/__token__\">Join Project</a>",