We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46f465 commit 53fb565Copy full SHA for 53fb565
1 file changed
lib/src/components/header/ZoomMenu.tsx
@@ -12,7 +12,7 @@ const ZoomMenu = observer(function ({ model }: { model: MsaViewModel }) {
12
<CascadingMenuButton
13
menuItems={[
14
{
15
- label: 'Show entire view',
+ label: 'Fit to view',
16
onClick: () => {
17
model.showEntire()
18
},
0 commit comments