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

@ -84,7 +84,7 @@ nsNSSErrors::getErrorMessageFromCode(PRErrorCode err,
params[0] = idU.get();
nsString formattedString;
rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix2",
rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix",
params, 1,
formattedString);
if (NS_SUCCEEDED(rv)) {