Skip to content

Commit

Permalink
Mention shift key in description text
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 12, 2023
1 parent 5fa0e8d commit f5bbecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/resizable-frame/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ function ResizableFrame( {
</Tooltip>
<div hidden id={ resizableHandleHelpId }>
{ __(
'Use left and right arrow keys to resize the canvas.'
'Use left and right arrow keys to resize the canvas. Hold shift to resize in larger increments.'
) }
</div>
</>
Expand Down

0 comments on commit f5bbecd

Please sign in to comment.