This commit is contained in:
Dr_Dee 2021-02-02 14:52:48 +01:00
commit 3ebb71b368
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ function getXSTSToken(XBLToken) {
case 2148916238:
reject({
message: 'Since you are not yet 18 years old, an adult must add you to a family in order for you to use NexusLauncher!'
message: 'Since you are not yet 18 years old, an adult must add you to a family in order for you to use Helios Launcher!'
})
return

View File

@ -334,7 +334,7 @@ ipcRenderer.on('MSALoginWindowReply', (event, ...args) => {
let errorDesc = queryMap.get('error_description')
if(error === 'access_denied'){
error = 'ERRPR'
errorDesc = 'To use the NexusLauncher, you must agree to the required permissions! Otherwise you can\'t use this launcher with Microsoft accounts.<br><br>Despite agreeing to the permissions you don\'t give us the possibility to do anything with your account, because all data will always be sent back to you (the launcher) IMMEDIATELY and WITHOUT WAY.'
errorDesc = 'To use the Helios Launcher, you must agree to the required permissions! Otherwise you can\'t use this launcher with Microsoft accounts.<br><br>Despite agreeing to the permissions you don\'t give us the possibility to do anything with your account, because all data will always be sent back to you (the launcher) IMMEDIATELY and WITHOUT WAY.'
}
setOverlayContent(error, errorDesc, 'OK')
setOverlayHandler(() => {
@ -387,4 +387,4 @@ ipcRenderer.on('MSALoginWindowReply', (event, ...args) => {
loggerLogin.error(error)
})
})
})