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) { if (interfacePath) {
startInterface('hifi://localhost'); startInterface('hifi://localhost');
} else { } else {
@ -439,8 +439,8 @@ var labels = {
} }
}, },
goHome: { goHome: {
label: 'Go Home', label: 'Visit Sandbox',
click: goHomeClicked, click: visitSandboxClicked,
enabled: false enabled: false
}, },
quit: { quit: {