diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 526f65cb94..a4a835c23e 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -950,7 +950,7 @@ "postal_code": "", "premium_feature": "", "premium_plan_label": "", - "present": "", + "presentation_mode": "", "previous_page": "", "price": "", "primarily_work_study_question": "", diff --git a/services/web/frontend/js/features/pdf-preview/components/pdf-zoom-dropdown.tsx b/services/web/frontend/js/features/pdf-preview/components/pdf-zoom-dropdown.tsx index dc0c51897f..8d31e5e718 100644 --- a/services/web/frontend/js/features/pdf-preview/components/pdf-zoom-dropdown.tsx +++ b/services/web/frontend/js/features/pdf-preview/components/pdf-zoom-dropdown.tsx @@ -119,7 +119,7 @@ function PdfZoomDropdown({ {document.fullscreenEnabled && } {document.fullscreenEnabled && ( - {t('present')} + {t('presentation_mode')} )} diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 96cd323982..d3c41640cd 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1407,8 +1407,8 @@ "premium_feature": "Premium feature", "premium_features": "Premium features", "premium_plan_label": "You’re using Overleaf Premium", - "present": "Present", "presentation": "Presentation", + "presentation_mode": "Presentation mode", "press_and_awards": "Press & awards", "previous_page": "Previous page", "price": "Price",