forked from 0x2620/pandora
'not logged in' -> 'not signed in'
This commit is contained in:
parent
5bc4958996
commit
f5626072db
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ pandora.ui.mainMenu = function() {
|
|||
]
|
||||
) },
|
||||
{ id: 'userMenu', title: 'User', items: [
|
||||
{ id: 'username', title: 'User: ' + (isGuest ? 'not logged in' : Ox.encodeHTMLEntities(pandora.user.username)), disabled: true },
|
||||
{ id: 'username', title: 'User: ' + (isGuest ? 'not signed in' : Ox.encodeHTMLEntities(pandora.user.username)), disabled: true },
|
||||
{},
|
||||
{ id: 'preferences', title: 'Preferences...', disabled: isGuest, keyboard: 'control ,' },
|
||||
{ id: 'archives', title: 'Archives...', disabled: /*isGuest*/ true },
|
||||
|
|
Loading…
Reference in a new issue