From f977a813dbc504d88a6181e8204412e8aaea99b1 Mon Sep 17 00:00:00 2001 From: Maria Florencia Besteiro Gonzalez Date: Mon, 4 May 2026 10:18:44 +0200 Subject: [PATCH] Merge pull request #33359 from overleaf/revert-33145-mfb-bug-switching-files-editor-not-immediately-refresh Revert "BibTeX visual editor: show loading spinner when switching bib files" GitOrigin-RevId: 509ba1f07e7ff418ad2a30683980100dacb77cc6 --- services/web/frontend/extracted-translations.json | 1 - services/web/locales/en.json | 1 - 2 files changed, 2 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 7a0b140f89..b4bbdb9ab9 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1080,7 +1080,6 @@ "loading_prices": "", "loading_python_runtime": "", "loading_recent_github_commits": "", - "loading_references": "", "log_entry_description": "", "log_entry_maximum_entries": "", "log_entry_maximum_entries_enable_stop_on_first_error": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 6e67117403..63b6bf5d50 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1419,7 +1419,6 @@ "loading_prices": "loading prices", "loading_python_runtime": "Loading Python runtime...", "loading_recent_github_commits": "Loading recent commits", - "loading_references": "Loading references", "log_entry_description": "Log entry with level: __level__", "log_entry_maximum_entries": "Maximum log entries limit hit", "log_entry_maximum_entries_enable_stop_on_first_error": "Try to fix the first error and recompile. Often one error causes many later error messages. You can <0>Enable “Stop on first error” to focus on fixing errors. We recommend fixing errors as soon as possible; letting them accumulate may lead to hard-to-debug and fatal errors. <1>Learn more",