Skip to content

Commit 11f27f9

Browse files
committed
update Nav bar with the short cut for tidy code
1 parent 38db3b0 commit 11f27f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/components/Nav.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,9 @@ class Nav extends React.PureComponent {
422422
onBlur={this.handleBlur}
423423
>
424424
{this.props.t('Nav.Edit.TidyCode')}
425-
<span className="nav__keyboard-shortcut">{'\u21E7'}+Tab</span>
425+
<span className="nav__keyboard-shortcut">
426+
{metaKeyName}+{'\u21E7'}+F
427+
</span>
426428
</button>
427429
</li>
428430
<li className="nav__dropdown-item">

0 commit comments

Comments
 (0)