From eb69525d5b619df2463d5a01c72afe090b047c5c Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 8 Sep 2016 11:05:40 -0300 Subject: [PATCH] Enhance text for Certification Error --- electron/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/main.js b/electron/main.js index d5f317e5..631a5073 100644 --- a/electron/main.js +++ b/electron/main.js @@ -278,7 +278,7 @@ app.on('certificate-error', function(event, webContents, url, error, certificate callback(false); dialog.showMessageBox(mainWindow, { title: 'Certification Error' - ,message: 'The service with the following URL has an invalid authority certification.\n\n'+url+'\n\nYou have to remove the service and add it again, enabling the "Trust invalid authority certificates" in the Options.' + ,message: 'The service with the following URL has an invalid authority certification.\n\n'+url+'\n\nIf is a Custom Service, you have to remove it and add it again, enabling the "Trust invalid authority certificates" in the Options.' ,buttons: ['OK'] ,type: 'error' }, function() {