From 92b4ff75dc725e1d818ea33d036e5e03de7ae56d Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:04:20 +0000 Subject: [PATCH] Merge pull request #17587 from overleaf/dp-show-IEEE-notification Revert "Temporarily remove IEEE Collabratec notification" GitOrigin-RevId: 870b4f1f74c0383cc68ca6d75a0c56330a4ebcdd --- .../project-list/components/notifications/groups/common.tsx | 5 ----- services/web/locales/zh-CN.json | 1 - 2 files changed, 6 deletions(-) diff --git a/services/web/frontend/js/features/project-list/components/notifications/groups/common.tsx b/services/web/frontend/js/features/project-list/components/notifications/groups/common.tsx index 2d8e5e9748..ca063adc05 100644 --- a/services/web/frontend/js/features/project-list/components/notifications/groups/common.tsx +++ b/services/web/frontend/js/features/project-list/components/notifications/groups/common.tsx @@ -64,11 +64,6 @@ function CommonNotification({ notification }: CommonNotificationProps) { const { _id: id, templateKey, html } = notification - // Temporarily remove IEEE Collabratec notification - if (templateKey === 'notification_ieee_collabratec_retirement') { - return null - } - return ( <> {templateKey === 'notification_project_invite' ? ( diff --git a/services/web/locales/zh-CN.json b/services/web/locales/zh-CN.json index 198d7d2630..1077e0a67a 100644 --- a/services/web/locales/zh-CN.json +++ b/services/web/locales/zh-CN.json @@ -1200,7 +1200,6 @@ "note_experiments_under_development": "<0>请注意该计划中的实验仍在测试和快速开发中。 这意味着它们可能<0>发生改变、<0>被删除或<0>成为付费计划的一部分", "note_features_under_development": "<0>请注意此计划中的功能仍在测试和快速开发中。 这意味着它们可能<0>改变、<0>被删除或<0>成为高级计划的一部分", "notification_features_upgraded_by_affiliation": "好消息!您的组织__institutionName__已有 Overleaf 订阅,并且您现在可以访问 Overleaf 的所有专业功能。", - "notification_ieee_collabratec_retirement_message": "从 2024年 1 月 31日起, IEEE 不再提供 Overleaf premium 功能给协作者。有问题请联系 <0>authors@ieee.org。需要升级吗? <1>查看我们的订阅计划", "notification_personal_and_group_subscriptions": "我们发现您有<0>多个活跃的 __appName__ 订阅。 为避免支付超出您需要的费用,请<1>检查您的订阅。", "notification_personal_subscription_not_required_due_to_affiliation": " 好消息!您的组织 __institutionName__ 与 Overleaf 有合作关系。您可以取消您的个人订阅,而不会失去访问您的任何利益。", "notification_project_invite": "__userName__ 想让您加入 __projectName__ 加入项目",