Fix typo in match index
This commit is contained in:
parent
3e6b744307
commit
b08fd4642b
@ -178,7 +178,7 @@ function replaceString() {
|
|||||||
`${match[1]}="${config.addonRef}-${match[2]}"`
|
`${match[1]}="${config.addonRef}-${match[2]}"`
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
localeMessageMiss.add(match[1]);
|
localeMessageMiss.add(match[2]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return input;
|
return input;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user