Skip to content

Commit

Permalink
Viewport copyedit from "rotate" to "swap" dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed Aug 12, 2022
1 parent f72bbaa commit 3de325f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/viewport/src/Tool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const ViewportTool: FC = memo(
</ActiveViewportLabel>
<IconButton
key="viewport-rotate"
title="Rotate viewport"
title="Swap dimensions"
onClick={() => {
setState({ ...state, isRotated: !isRotated });
}}
Expand Down

0 comments on commit 3de325f

Please sign in to comment.