From 021b2e305c9f0b72ea69d0b4b2f59e83f1879968 Mon Sep 17 00:00:00 2001 From: Maria Florencia Besteiro Gonzalez Date: Tue, 2 Jun 2026 14:13:38 +0200 Subject: [PATCH] Merge pull request #34108 from overleaf/mfb-show-warning-of-duplicate-citation-keys Show duplicate citation keys as a warning beside the relevant entry GitOrigin-RevId: e8506b2d77febec6d269a242f6d9b237171db66f --- services/web/frontend/extracted-translations.json | 4 +--- services/web/locales/en.json | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 84a2117f20..ff696cbae7 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -207,9 +207,7 @@ "beta_program_already_participating": "", "beta_program_benefits": "", "beta_program_not_participating": "", - "bibtex_duplicates_keys_truncated": "", - "bibtex_duplicates_keys_truncated_plural": "", - "bibtex_duplicates_warning": "", + "bibtex_duplicates_keys": "", "billed_annually_at": "", "billed_monthly_at": "", "billed_yearly": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 4c1a2580a0..e28c77692c 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -282,8 +282,7 @@ "beta_program_opt_in_action": "Opt-in to beta program", "beta_program_opt_out_action": "Opt-out of beta program", "bibliographies": "Bibliographies", - "bibtex_duplicates_keys_truncated": "__keys__ and __count__ more", - "bibtex_duplicates_warning": "This file contains duplicate citation keys: __keys__. Only the first occurrence of each duplicate key is shown.", + "bibtex_duplicates_keys": "The file __fileName__ contains more than one entry with the citation key __key__. Only the first occurrence is shown in this list.", "billed_annually_at": "Billed annually at <0>__price__ <1>(includes plan and any add-ons)", "billed_monthly_at": "Billed monthly at <0>__price__ <1>(includes plan and any add-ons)", "billed_yearly": "billed yearly",