Merge pull request #13634 from SimonWalton-HiFi/systray-go-home

Windows System-tray wording change
This commit is contained in:
Clément Brisset 2018-07-23 13:28:52 -07:00 committed by GitHub
commit a375ea8bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -405,7 +405,7 @@ LogWindow.prototype = {
}
};
function goHomeClicked() {
function visitSandboxClicked() {
if (interfacePath) {
startInterface('hifi://localhost');
} else {
@ -439,8 +439,8 @@ var labels = {
}
},
goHome: {
label: 'Go Home',
click: goHomeClicked,
label: 'Visit Sandbox',
click: visitSandboxClicked,
enabled: false
},
quit: {