Merge pull request #24720 from overleaf/mj-teardown-write-and-cite-split-tests

[web] Tear down Write and Cite related split tests

GitOrigin-RevId: 0002829f53b0f28d482c79ed2cbf61066690ae02
This commit is contained in:
Mathias Jakobsen
2025-04-10 09:53:17 +01:00
committed by Copybot
parent bb6c9a9d4f
commit f246b3d91d
4 changed files with 0 additions and 10 deletions

View File

@@ -349,12 +349,9 @@ const _ProjectController = {
!anonymous && 'ro-mirror-on-client',
'track-pdf-download',
!anonymous && 'writefull-oauth-promotion',
'write-and-cite',
'write-and-cite-ars',
'default-visual-for-beginners',
'hotjar',
'reviewer-role',
'papers-integration',
'editor-redesign',
'paywall-change-compile-timeout',
'overleaf-assist-bundle',

View File

@@ -117,11 +117,6 @@ async function settingsPage(req, res) {
)
}
// Get the users write-and-cite assignment to switch between translation strings
await SplitTestHandler.promises.getAssignment(req, res, 'write-and-cite')
// Get the users papers-integration assignment to show the linking widget
await SplitTestHandler.promises.getAssignment(req, res, 'papers-integration')
res.render('user/settings', {
title: 'account_settings',
user: {

View File

@@ -1428,7 +1428,6 @@
"search": "",
"search_all_project_files": "",
"search_bib_files": "",
"search_by_author_journal_title_and_more_link_to_zotero_mendeley": "",
"search_by_author_journal_title_and_more_link_to_zotero_mendeley_papers": "",
"search_by_citekey_author_year_title": "",
"search_command_find": "",

View File

@@ -1892,7 +1892,6 @@
"search": "Search",
"search_all_project_files": "Search all project files",
"search_bib_files": "Search by author, title, year",
"search_by_author_journal_title_and_more_link_to_zotero_mendeley": "Search by author, journal, title, and more. Link to Zotero or Mendeley to search and add references from your libraries directly in your project.",
"search_by_author_journal_title_and_more_link_to_zotero_mendeley_papers": "Search by author, journal, title, and more. Link to Zotero, Mendeley, or Papers to search and add references from your libraries directly in your project.",
"search_by_citekey_author_year_title": "Search by citation key, author, title, year",
"search_command_find": "Find",