Skip to content

Commit

Permalink
Fixed typo in locale verification error.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 30, 2023
1 parent 80c10ef commit 11d6ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/verify-locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function verifyLocale(locale: Locale, warnUnwritten: boolean) {
if (outofdate.length > 0)
bad(
2,
`Locale has ${outofdate.length} potentially out of date strings ("$1"). Compare them against the English translation.`
`Locale has ${outofdate.length} potentially out of date strings ("$!"). Compare them against the English translation.`
);
}

Expand Down

0 comments on commit 11d6ecf

Please sign in to comment.