From cb432543bf6158824eac0a0ce088d6a7a223475e Mon Sep 17 00:00:00 2001 From: Jimmy Domagala-Tang Date: Mon, 15 Jan 2024 12:45:47 -0500 Subject: [PATCH] Merge pull request #16486 from overleaf/jdt-wf-disable-notif Disable Writefull notification GitOrigin-RevId: 9900a531cb5168497e18ec013bdb1f9d09fab937 --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 723d1f27d0..e2c3bb40fc 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1462,6 +1462,7 @@ "work_offline": "", "work_with_non_overleaf_users": "", "writefull": "", + "writefull_disable_prompt_body": "", "writefull_learn_more": "", "writefull_prompt_body": "", "writefull_prompt_title": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index ee18912ecd..f8799649ab 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -2120,6 +2120,7 @@ "work_with_word_users_blurb": "__appName__ is so easy to get started with that you’ll be able to invite your non-LaTeX colleagues to contribute directly to your LaTeX documents. They’ll be productive from day one and be able to pick up small amounts of LaTeX as they go.", "would_you_like_to_see_a_university_subscription": "Would you like to see a university-wide __appName__ subscription at your university?", "writefull": "Writefull", + "writefull_disable_prompt_body": "Writefull is enabled. You can switch it on or off in the account settings anytime.", "writefull_learn_more": "Learn more about Writefull for Overleaf", "writefull_prompt_body": "Get free AI-powered language feedback with our Writefull integration. (You can also grab 10% off Writefull premium with the code OVERLEAF10.)", "writefull_prompt_title": "AI writing assistance in Overleaf",