Show 'https://' in SSL certificate error message
This commit is contained in:
parent
2b6d24bc75
commit
0f19872a8d
1 changed files with 4 additions and 1 deletions
|
@ -1074,7 +1074,10 @@ Zotero.HTTP = new function() {
|
|||
Zotero.debug(e);
|
||||
}
|
||||
let kbURL = 'https://www.zotero.org/support/kb/ssl_certificate_error';
|
||||
msg = Zotero.getString('sync.storage.error.webdav.sslCertificateError', host);
|
||||
msg = Zotero.getString(
|
||||
'sync.storage.error.webdav.sslCertificateError',
|
||||
'https://' + host
|
||||
);
|
||||
dialogButtonText = Zotero.getString('general.moreInformation');
|
||||
dialogButtonCallback = function () {
|
||||
let wm = Components.classes["@mozilla.org/appshell/window-mediator;1"]
|
||||
|
|
Loading…
Add table
Reference in a new issue