From bdcae58fa6d4e96eddf1b115f58a4ff53446f78f Mon Sep 17 00:00:00 2001 From: yami <34216515+kn-yami@users.noreply.github.com> Date: Sun, 22 Jul 2018 15:29:06 +0200 Subject: replace "certErrorCodePrefix2" with "certErrorCodePrefix" --- security/manager/ssl/TransportSecurityInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/manager/ssl/TransportSecurityInfo.cpp') diff --git a/security/manager/ssl/TransportSecurityInfo.cpp b/security/manager/ssl/TransportSecurityInfo.cpp index fe39f4017..0e2238ad0 100644 --- a/security/manager/ssl/TransportSecurityInfo.cpp +++ b/security/manager/ssl/TransportSecurityInfo.cpp @@ -854,7 +854,7 @@ AppendErrorTextCode(PRErrorCode errorCodeToReport, nsString formattedString; nsresult rv; - rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix2", + rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix", params, 1, formattedString); if (NS_SUCCEEDED(rv)) { -- cgit v1.2.3