Skip to content

Commit 53126cd

Browse files
committed
Localize header bar drop-down
1 parent 136d9e7 commit 53126cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/scripts/ui/core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,13 @@
246246
// User options
247247
var $options = $('<div>').attr({ id: 'user-options' })
248248
.appendTo($('#header'));
249-
$(['Logout', 'Help']).each(function() {
249+
$(['label.logout', 'label.help']).each(function() {
250250
var $link = $('<a>')
251251
.attr({ href: '#' })
252252
.html(_l(this.toString()))
253253
.appendTo($options);
254254

255-
if (this == 'Help') {
255+
if (this == 'label.help') {
256256
$link.click(function() {
257257
var helpURL = 'http://docs.cloud.com/CloudStack_Documentation';
258258

0 commit comments

Comments
 (0)