mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
replace "certErrorCodePrefix2" with "certErrorCodePrefix"
This commit is contained in:
parent
d6f3f831c5
commit
4470fb65f3
3 changed files with 3 additions and 4 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue