Merge pull request #23715 from overleaf/em-zoom-tooltips

Change copy for zoom tooltips

GitOrigin-RevId: e87d66d22bba93b9e9ee5e6938a99d003e70131a
This commit is contained in:
Eric Mc Sween
2025-02-20 08:15:42 -05:00
committed by Copybot
parent 0037940da9
commit 92483cc2ea

View File

@@ -10,8 +10,8 @@ type PdfZoomButtonsProps = {
function PdfZoomButtons({ setZoom }: PdfZoomButtonsProps) {
const { t } = useTranslation()
const zoomInShortcut = isMac ? '⌘+' : 'Ctrl++'
const zoomOutShortcut = isMac ? '⌘-' : 'Ctrl+-'
const zoomInShortcut = isMac ? '⌘+' : 'Ctrl +'
const zoomOutShortcut = isMac ? '⌘-' : 'Ctrl -'
return (
<OLButtonGroup className="pdfjs-toolbar-buttons">