diff options
author | Franziskus Kiefer <franziskuskiefer@gmail.com> | 2018-04-12 08:44:31 +0200 |
---|---|---|
committer | Franziskus Kiefer <franziskuskiefer@gmail.com> | 2018-04-12 08:44:31 +0200 |
commit | 2fa51cc6471c43873ad98c8de040fde4b2e55c54 (patch) | |
tree | 3442da18bf2412be69a37cf7666e51331da576f8 /lib/mozpkix | |
parent | 3aa70c90511307f5038bcded5ab05a37ece57132 (diff) | |
download | nss-hg-2fa51cc6471c43873ad98c8de040fde4b2e55c54.tar.gz |
Bug 1450967 - MITM error string update, r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D894
Diffstat (limited to 'lib/mozpkix')
-rw-r--r-- | lib/mozpkix/lib/pkixnss.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mozpkix/lib/pkixnss.cpp b/lib/mozpkix/lib/pkixnss.cpp index d95512c12..b33f4fd03 100644 --- a/lib/mozpkix/lib/pkixnss.cpp +++ b/lib/mozpkix/lib/pkixnss.cpp @@ -218,7 +218,7 @@ RegisterErrorTable() "The certificate is not trusted because it is self-signed." }, { "MOZILLA_PKIX_ERROR_MITM_DETECTED", "Your connection is being intercepted by a TLS proxy. Uninstall it if " - "possible or configure Firefox to trust its root certificate." }, + "possible or configure your device to trust its root certificate." }, }; // Note that these error strings are not localizable. // When these strings change, update the localization information too. |