diff options
author | Baldinof <baldinof@gmail.com> | 2016-03-09 17:13:21 +0000 |
---|---|---|
committer | Baldinof <baldinof@gmail.com> | 2016-03-09 17:13:21 +0000 |
commit | a603422edb69248c822dd6c4a9d7860194d89a3d (patch) | |
tree | eff28edf33b63a9ac6d529bfc2ae4945fc85724c /app/views/help | |
parent | d0c5ac4ae3a5900e2619727b47114ace31a6c7ff (diff) | |
download | gitlab-ce-a603422edb69248c822dd6c4a9d7860194d89a3d.tar.gz |
Fix typo in shortcuts help
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 9fc2372762b..da3c3711cdd 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -25,7 +25,7 @@ %tr %td.shortcut - if browser.mac? - .key ctrl ⌘ p + .key ⌘ shift p - else .key ctrl shift p |