diff --git a/src/util/verify-locales.ts b/src/util/verify-locales.ts index 68d5e9d7f..f85db3c07 100644 --- a/src/util/verify-locales.ts +++ b/src/util/verify-locales.ts @@ -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.` ); }