diff --git a/src/messages.ts b/src/messages.ts index c031e9e..eebda27 100644 --- a/src/messages.ts +++ b/src/messages.ts @@ -34,7 +34,7 @@ export const DATE = { } as const; export const LANGUAGES = { - INVALID_TYPE: + INVALID_LANG: "Cannot set localization. Expected a string for 'lang' but received %s", NO_TRANSLATIONS: "Cannot create or use language %s. If your itention was to just add a language (.lproj) folder to the bundle, both specify some translations or use .addBuffer to add some media.",