Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 3a74f7b

Browse files
committed
Small menu fix
1 parent 5b5bf15 commit 3a74f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/pageNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
126126
<a class="js-navRestart">
127127
<span class="ion-refresh fontSize11 marginRight2 textOpacity1"></span>
128128
<%= polyglot.t('nav.restart') %>
129-
<span class="pull-right txt-muted"><%= ob.ctrlCmdKey + config.keyShortcuts.restart.toUpperCase() %></span>
129+
<span class="pull-right txt-muted"><%= config.keyShortcutPrefix + config.keyShortcuts.restart.toUpperCase() %></span>
130130
</a>
131131
<hr/>
132132
<a class="js-showAboutModal">

0 commit comments

Comments
 (0)