From ed3f9517fd52629d213ba12bdb4f79e8f8324792 Mon Sep 17 00:00:00 2001 From: Maria Florencia Besteiro Gonzalez Date: Mon, 4 May 2026 12:23:10 +0200 Subject: [PATCH] Merge pull request #33367 from overleaf/mfb-revert-revert-bibtex-loading-spinner Reapply "BibTeX visual editor: show loading spinner when switching bib files" GitOrigin-RevId: e71c44948b17cfa9aa9d38aa87842dba05697c38 --- 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 1671eddc57..5120e27348 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1083,6 +1083,7 @@ "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 9e553a378c..0294b01dd6 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1422,6 +1422,7 @@ "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",