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

Commit 1939e5d

Browse files
committed
Merge pull request #1550 from rhcastilhos/patch-17
Changing "Reload Ctrl+R" to "Reload (Ctrl+R)"
2 parents a25d546 + 8d3f827 commit 1939e5d

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
@@ -153,7 +153,7 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
153153
<a class="btn btn-togRight btn-fwd ion-chevron-right js-navFwd custCol-primary custCol-text fontSize13 tooltip" data-tooltip="<%= polyglot.t('nav.Forward') %>"></a>
154154
</div>
155155
<div class="ctrlGroup">
156-
<a class="btn btn-home ion-refresh custCol-primary custCol-text js-navRefresh tooltip" data-tooltip="<%= polyglot.t('Reload') %> <%= config.keyShortcutPrefix + config.keyShortcuts.refresh.toUpperCase() %>"> </a>
156+
<a class="btn btn-home ion-refresh custCol-primary custCol-text js-navRefresh tooltip" data-tooltip="<%= polyglot.t('Reload') %> (<%= config.keyShortcutPrefix + config.keyShortcuts.refresh.toUpperCase() %>)"> </a>
157157
</div>
158158
<div class="ctrlGroup flexExpand">
159159
<div class="txtFieldWrapper searchWrapper mainSearchWrapper js-mainSearchWrapper">

0 commit comments

Comments
 (0)