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')}
- - {t('there_is_an_unrecoverable_latex_error')}
+ - {t('there_is_an_unrecoverable_latex_error_check_logs')}
- {t('the_document_environment_contains_no_content')}
- {t('this_project_contains_a_file_called_output')}
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 how0>",
- "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",