Fix typo in match index

This commit is contained in:
Northword 2023-07-12 20:18:25 +08:00
parent 3e6b744307
commit b08fd4642b

View File

@ -178,7 +178,7 @@ function replaceString() {
`${match[1]}="${config.addonRef}-${match[2]}"`
);
} else {
localeMessageMiss.add(match[1]);
localeMessageMiss.add(match[2]);
}
});
return input;