Merge pull request #18975 from overleaf/dp-rename-present-presentation-mode

Rename present button to "Presentation mode"

GitOrigin-RevId: 15bfe5b2f360929b2cc507f0f15342ffdbefe73b
This commit is contained in:
David 2024-06-19 14:20:59 +01:00 committed by Copybot
parent b13938ce7d
commit a4f398b852
3 changed files with 3 additions and 3 deletions

View file

@ -950,7 +950,7 @@
"postal_code": "",
"premium_feature": "",
"premium_plan_label": "",
"present": "",
"presentation_mode": "",
"previous_page": "",
"price": "",
"primarily_work_study_question": "",

View file

@ -119,7 +119,7 @@ function PdfZoomDropdown({
{document.fullscreenEnabled && <MenuItem divider />}
{document.fullscreenEnabled && (
<MenuItem draggable={false} key="present" eventKey="present">
{t('present')}
{t('presentation_mode')}
</MenuItem>
)}
<MenuItem divider />

View file

@ -1407,8 +1407,8 @@
"premium_feature": "Premium feature",
"premium_features": "Premium features",
"premium_plan_label": "Youre using <b>Overleaf Premium</b>",
"present": "Present",
"presentation": "Presentation",
"presentation_mode": "Presentation mode",
"press_and_awards": "Press &amp; awards",
"previous_page": "Previous page",
"price": "Price",