mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 23:27:13 +00: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:
parent
b13938ce7d
commit
a4f398b852
3 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue