From 6ad758830a34b961a04d99dcb0357500656b69b2 Mon Sep 17 00:00:00 2001 From: Eric Mc Sween <5454374+emcsween@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:56:11 -0400 Subject: [PATCH] Merge pull request #32555 from overleaf/em-bibtex-warnings Fix duplicate errors in BibTeX entry list tooltip GitOrigin-RevId: de7214a7f5d403552505f960f140768bb4f2c1ca --- services/web/frontend/extracted-translations.json | 2 ++ services/web/locales/en.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index c7f9bcf1dd..396668d1ed 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -323,6 +323,7 @@ "compare": "", "compare_all_plans": "", "comparing_from_x_to_y": "", + "compile_error_at_line": "", "compile_error_entry_description": "", "compile_error_handling": "", "compile_larger_projects": "", @@ -595,6 +596,7 @@ "enter_the_confirmation_code": "", "enter_the_number_of_licenses_youd_like_to_add_to_see_the_cost_breakdown": "", "entry": "", + "entry_has_errors": "", "entry_label": "", "entry_plural": "", "equation_preview": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index dd7867f13d..f6c57a3fb3 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -431,6 +431,7 @@ "compare_all_plans": "Compare all plans on our <0>pricing page", "compare_features": "Compare features", "comparing_from_x_to_y": "Comparing from <0>__startTime__ to <0>__endTime__", + "compile_error_at_line": "Compile error at line __line__", "compile_error_entry_description": "An error which prevented this project from compiling", "compile_error_handling": "Compile error handling", "compile_larger_projects": "Compile larger projects", @@ -783,6 +784,7 @@ "enter_your_email_and_we_will_send_reset_instructions": "Enter your email and we’ll send reset instructions.", "enterprise_capabilities": "Enterprise capabilities", "entry": "entry", + "entry_has_errors": "Entry has errors", "entry_label": "Entry", "entry_plural": "entries", "equation_generator": "Equation Generator",