mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21662 from overleaf/mj-ref-provider-text
[web] Update reference manager linking text GitOrigin-RevId: b3614a7efead8cb2d6fb628dbfe8a750b4c39033
This commit is contained in:
parent
39a499b25a
commit
ec0d3c03f7
3 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,8 @@ async function settingsPage(req, res) {
|
|||
// populates splitTestVariants with a value for the split test name and allows
|
||||
// Pug to read it
|
||||
await SplitTestHandler.promises.getAssignment(req, res, 'bootstrap-5')
|
||||
// Get the users write-and-cite assignment to switch between translation strings
|
||||
await SplitTestHandler.promises.getAssignment(req, res, 'write-and-cite')
|
||||
|
||||
res.render('user/settings', {
|
||||
title: 'account_settings',
|
||||
|
|
|
@ -904,6 +904,7 @@
|
|||
"maybe_later": "",
|
||||
"members_management": "",
|
||||
"mendeley_cta": "",
|
||||
"mendeley_dynamic_sync_description": "",
|
||||
"mendeley_groups_loading_error": "",
|
||||
"mendeley_groups_relink": "",
|
||||
"mendeley_integration": "",
|
||||
|
@ -1923,6 +1924,7 @@
|
|||
"zoom_out": "",
|
||||
"zoom_to": "",
|
||||
"zotero_cta": "",
|
||||
"zotero_dynamic_sync_description": "",
|
||||
"zotero_groups_loading_error": "",
|
||||
"zotero_groups_relink": "",
|
||||
"zotero_integration": "",
|
||||
|
|
|
@ -1281,6 +1281,7 @@
|
|||
"members_management": "Members management",
|
||||
"mendeley": "Mendeley",
|
||||
"mendeley_cta": "Get Mendeley integration",
|
||||
"mendeley_dynamic_sync_description": "With the Mendeley integration, you can import your references into __appName__. You can either import all your references at once or dynamically search your Mendeley library directly from __appName__.",
|
||||
"mendeley_groups_loading_error": "There was an error loading groups from Mendeley",
|
||||
"mendeley_groups_relink": "There was an error accessing your Mendeley data. This was likely caused by lack of permissions. Please re-link your account and try again.",
|
||||
"mendeley_integration": "Mendeley Integration",
|
||||
|
@ -2599,6 +2600,7 @@
|
|||
"zotero": "Zotero",
|
||||
"zotero_and_mendeley_integrations": "<0>Zotero</0> and <0>Mendeley</0> integrations",
|
||||
"zotero_cta": "Get Zotero integration",
|
||||
"zotero_dynamic_sync_description": "With the Zotero integration, you can import your references into __appName__. You can either import all your references at once or dynamically search your Zotero library directly from __appName__.",
|
||||
"zotero_groups_loading_error": "There was an error loading groups from Zotero",
|
||||
"zotero_groups_relink": "There was an error accessing your Zotero data. This was likely caused by lack of permissions. Please re-link your account and try again.",
|
||||
"zotero_integration": "Zotero Integration",
|
||||
|
|
Loading…
Reference in a new issue