mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
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:
@@ -950,7 +950,7 @@
|
||||
"postal_code": "",
|
||||
"premium_feature": "",
|
||||
"premium_plan_label": "",
|
||||
"present": "",
|
||||
"presentation_mode": "",
|
||||
"previous_page": "",
|
||||
"price": "",
|
||||
"primarily_work_study_question": "",
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -1407,8 +1407,8 @@
|
||||
"premium_feature": "Premium feature",
|
||||
"premium_features": "Premium features",
|
||||
"premium_plan_label": "You’re using <b>Overleaf Premium</b>",
|
||||
"present": "Present",
|
||||
"presentation": "Presentation",
|
||||
"presentation_mode": "Presentation mode",
|
||||
"press_and_awards": "Press & awards",
|
||||
"previous_page": "Previous page",
|
||||
"price": "Price",
|
||||
|
||||
Reference in New Issue
Block a user