@@ -70,18 +70,18 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
7070 < a href ="#userPage ">
7171 < span class ="ion-document-text fontSize12 marginRight2 textOpacity1 "> </ span >
7272 < %= polyglot.t('nav.myPage') %>
73- < span class ="pull-right txt-muted "> < %= ob.ctrlCmdKey + config.keyShortcuts.myPage.toUpperCase() %> </ span >
73+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.myPage.toUpperCase() %> </ span >
7474 </ a >
7575 < a href ="#userPage/<%= ob.guid %>/customize ">
7676 < span class ="ion-paintbucket fontSize10 textOpacity1 "> </ span >
7777 < %= polyglot.t('nav.customizePage') %>
78- < span class ="pull-right txt-muted "> < %= ob.ctrlCmdKey + config.keyShortcuts.customizePage.toUpperCase() %> </ span >
78+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.customizePage.toUpperCase() %> </ span >
7979 </ a >
8080 < % if(ob.vendor) { %>
8181 < a href ="#userPage/<%= ob.guid %>/listingNew " >
8282 < span class ="ion-ios-pricetag fontSize10 marginRight2 textOpacity1 "> </ span >
8383 < %= polyglot.t('nav.createListing') %>
84- < span class ="pull-right txt-muted "> < %= ob.ctrlCmdKey + config.keyShortcuts.create.toUpperCase() %> </ span >
84+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.create.toUpperCase() %> </ span >
8585 </ a >
8686 < % }else{ %>
8787 < a href ="#userPage/<%= ob.guid %>/createStore ">
@@ -101,27 +101,27 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
101101 < a href ="#transactions/purchases ">
102102 < span class ="ion-log-out fontSize11 marginRight2 textOpacity1 "> </ span >
103103 < %= polyglot.t('nav.purchases') %>
104- < span class ="pull-right txt-muted "> < %= ob.ctrlCmdKey + config.keyShortcuts.purchases.toUpperCase() %> </ span >
104+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.purchases.toUpperCase() %> </ span >
105105 </ a >
106106 < % if(ob.vendor) { %>
107107 < a href ="#transactions/sales ">
108108 < span class ="ion-log-in fontSize11 marginRight2 textOpacity1 "> </ span >
109109 < %= polyglot.t('nav.sales') %>
110- < span class ="pull-right txt-muted "> < %= ob.ctrlCmdKey + config.keyShortcuts.sales.toUpperCase() %> </ span >
110+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.sales.toUpperCase() %> </ span >
111111 </ a >
112112 < % } %>
113113 < % if(ob.moderator) { %>
114114 < a href ="#transactions/cases ">
115115 < span class ="ion-briefcase fontSize11 marginRight2 textOpacity1 "> </ span >
116116 < %= polyglot.t('nav.cases') %>
117- < span class ="pull-right txt-muted "> < %= ob.ctrlCmdKey + config.keyShortcuts.cases.toUpperCase() %> </ span >
117+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.cases.toUpperCase() %> </ span >
118118 </ a >
119119 < % } %>
120120 < hr />
121121 < a href ="#settings ">
122122 < span class ="ion-toggle-filled fontSize11 marginRight2 textOpacity1 "> </ span >
123123 < %= polyglot.t('nav.settings') %>
124- < span class ="pull-right txt-muted "> < %= ob.ctrlCmdKey + config.keyShortcuts.settings.toUpperCase() %> </ span >
124+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.settings.toUpperCase() %> </ span >
125125 </ a >
126126 < a class ="js-navRestart ">
127127 < span class ="ion-refresh fontSize11 marginRight2 textOpacity1 "> </ span >
@@ -174,7 +174,7 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
174174 </ div >
175175 </ div >
176176 < div class ="ctrlGroup ">
177- < a class ="btn btn-home ion-eye custCol-primary custCol-text fontSize15 tooltip " href ="#home " data-tooltip ="<%= polyglot.t('Discover') %> (<%= ob.ctrlCmdKey + config.keyShortcuts.discover.toUpperCase() %>) "> </ a >
177+ < a class ="btn btn-home ion-eye custCol-primary custCol-text fontSize15 tooltip " href ="#home " data-tooltip ="<%= polyglot.t('Discover') %> (<%= config.keyShortcutPrefix + config.keyShortcuts.discover.toUpperCase() %>) "> </ a >
178178 </ div >
179179 < div class ="ctrlGroup ">
180180 < div class ="btn btn-notifications ion-android-notifications custCol-primary custCol-text fontSize14 js-navNotifications tooltip " data-tooltip ="<%= polyglot.t('nav.notifications') %> " data-popmenu =".popMenu-notifications ">
0 commit comments