replace "certErrorCodePrefix2" with "certErrorCodePrefix"

This commit is contained in:
yami 2018-07-22 15:29:06 +02:00 committed by Roy Tam
commit 4470fb65f3
3 changed files with 3 additions and 4 deletions

View file

@ -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)) {