From 5602a60c24ef747d6135fc1f901daf792abe78b1 Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:58:49 +0100 Subject: [PATCH] Merge pull request #27644 from overleaf/dp-default-error-text Update text in default pdf error state in new editor GitOrigin-RevId: 4908628aab4e7ee0e2ad2c41713ebd381395dec5 --- services/web/frontend/extracted-translations.json | 2 +- .../ide-redesign/components/pdf-preview/pdf-error-state.tsx | 2 +- services/web/locales/en.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index ac33005ac7..6a3534c36e 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1810,7 +1810,7 @@ "then_x_price_per_month": "", "then_x_price_per_year": "", "there_are_lots_of_options_to_edit_and_customize_your_figures": "", - "there_is_an_unrecoverable_latex_error": "", + "there_is_an_unrecoverable_latex_error_check_logs": "", "there_was_a_problem_restoring_the_project_please_try_again_in_a_few_moments_or_contact_us": "", "they_lose_access_to_account": "", "they_will_be_removed_from_the_group": "", diff --git a/services/web/frontend/js/features/ide-redesign/components/pdf-preview/pdf-error-state.tsx b/services/web/frontend/js/features/ide-redesign/components/pdf-preview/pdf-error-state.tsx index a4f53ae614..680075ffef 100644 --- a/services/web/frontend/js/features/ide-redesign/components/pdf-preview/pdf-error-state.tsx +++ b/services/web/frontend/js/features/ide-redesign/components/pdf-preview/pdf-error-state.tsx @@ -53,7 +53,7 @@ const GeneralErrorState = () => { {t('why_might_this_happen')} diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 183e2eb6ec..d45fa322ad 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -2331,7 +2331,7 @@ "then_x_price_per_month": "Then __price__ per month", "then_x_price_per_year": "Then __price__ per year", "there_are_lots_of_options_to_edit_and_customize_your_figures": "There are lots of options to edit and customize your figures, such as wrapping text around the figure, rotating the image, or including multiple images in a single figure. You’ll need to edit the LaTeX code to do this. <0>Find out how", - "there_is_an_unrecoverable_latex_error": "There is an unrecoverable LaTeX error. If there are LaTeX errors shown below or in the raw logs, please try to fix them and compile again.", + "there_is_an_unrecoverable_latex_error_check_logs": "There is an unrecoverable LaTeX error. If there are LaTeX errors shown in the logs, please try to fix them and compile again.", "there_was_a_problem_restoring_the_project_please_try_again_in_a_few_moments_or_contact_us": "There was a problem restoring the project. Please try again in a few moments. Contact us if the problem persists.", "there_was_an_error_opening_your_content": "There was an error creating your project", "thesis": "Thesis",