From d4ed26e3ad37679bff2a00ae54718b5ad41b1a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Tue, 24 May 2022 10:06:02 +0200 Subject: [PATCH] Merge pull request #8097 from overleaf/jpa-fix-plans-page-faq [web] bring back FAQ answer used on the current plans page GitOrigin-RevId: 37b03df2e505b929d0a2b55fcbdfa73600e6fcd6 --- services/web/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index e420add302..3514122e31 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -464,6 +464,7 @@ "faq_change_plans_question": "Can I change plans later?", "faq_change_plans_or_cancel_question": "Can I change plans or cancel later?", "faq_do_collab_need_premium_question": "Do my collaborators also need premium accounts?", + "faq_do_collab_need_premium_answer": "Premium features, such as tracked changes, will be available to your collaborators on projects that you have created, even if those collaborators have free accounts.", "faq_do_collab_need_on_paid_plan_question": "Do my collaborators also need to be on a paid plan?", "faq_need_more_collab_question": "What if I need more collaborators?", "faq_purchase_more_licenses_question": "Can I purchase additional licenses for my colleagues?",