You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
lettitle=NSLocalizedString("Certificate error", comment:"Popup title for wrong SSL certificate.")
40
40
letmessage=String(format:NSLocalizedString("The certificate for this server is invalid. You might be connecting to a server that is pretending to be “%@” which could put your confidential information at risk.\n\nWould you like to trust the certificate anyway?", comment:""), challenge.protectionSpace.host)
lettitle=String(format:NSLocalizedString("Authentication required for host: %@", comment:"Popup title to ask for user credentials."), challenge.protectionSpace.host)
63
63
letmessage=NSLocalizedString("Please enter your credentials", comment:"Popup message to ask for user credentials (fields shown below).")
0 commit comments