Skip to content

Commit 53fb565

Browse files
committed
Rename 'Show entire view' to 'Fit to view'
1 parent b46f465 commit 53fb565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/components/header/ZoomMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ZoomMenu = observer(function ({ model }: { model: MsaViewModel }) {
1212
<CascadingMenuButton
1313
menuItems={[
1414
{
15-
label: 'Show entire view',
15+
label: 'Fit to view',
1616
onClick: () => {
1717
model.showEntire()
1818
},

0 commit comments

Comments
 (0)