From 879c082587f3d183df480c51dcf5644e87f3f48d Mon Sep 17 00:00:00 2001 From: Maria Florencia Besteiro Gonzalez Date: Thu, 23 Apr 2026 16:41:48 +0200 Subject: [PATCH] Merge pull request #32923 from overleaf/mfb-replace-placeholders-with-helper-text-bibtex-form [web] Replace placeholders with helper text in BibTeX entry form GitOrigin-RevId: b7d4fef0414bc79abda6fba2c4c9594edd9f05fc --- 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 315ccd80d3..ce76bfda87 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -284,6 +284,7 @@ "choose_how_you_search_your_references": "", "choose_which_experiments": "", "citation": "", + "citation_key_helper": "", "cite_a_reference_from_your_reference_manager_to_automatically_add_it_to_your_bib_file": "", "cite_directly_or_import_references": "", "cite_faster": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index f4b38b1151..d591af68c6 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -376,6 +376,7 @@ "choose_which_experiments": "Choose which experiments you’d like to try.", "choose_your_plan": "Choose your plan", "citation": "Citation", + "citation_key_helper": "Unique key for citations, no spaces or special characters", "cite_a_reference_from_your_reference_manager_to_automatically_add_it_to_your_bib_file": "Cite a reference from your reference manager to automatically add it to your .bib file.", "cite_directly_or_import_references": "Cite directly or import references", "cite_faster": "Cite faster",