Skip to content

Commit

Permalink
Fix typo in match index
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Jul 12, 2023
1 parent 3e6b744 commit b08fd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function replaceString() {
`${match[1]}="${config.addonRef}-${match[2]}"`
);
} else {
localeMessageMiss.add(match[1]);
localeMessageMiss.add(match[2]);
}
});
return input;
Expand Down

0 comments on commit b08fd46

Please sign in to comment.